diff options
| -rw-r--r-- | os/core/security.nix | 2 | ||||
| -rw-r--r-- | os/srv/gaming.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/core/security.nix b/os/core/security.nix index 00bb48a..f0eadab 100644 --- a/os/core/security.nix +++ b/os/core/security.nix @@ -39,7 +39,7 @@ in environment.systemPackages = with pkgs; [ doas-sudo-shim veracrypt - # bitwarden-desktop + bitwarden-desktop keepassxc git-credential-keepassxc ]; diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index e95cb93..acfd754 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -47,7 +47,7 @@ in # --- EXTERNAL LAUNCHERS --- (lib.mkIf cfg.launchers.enable { environment.systemPackages = with pkgs; [ - # heroic + heroic (prismlauncher.override { additionalLibs = with pkgs; [ ocl-icd ]; jdks = with pkgs; [ javaPackages.compiler.temurin-bin.jdk-25 ]; |
