diff options
| author | adikro <adikro@disroot.org> | 2025-12-11 21:34:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-11 21:34:35 +0100 |
| commit | ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (patch) | |
| tree | 8d2ffc8d291bea812788cbd75870e86e0a2e4af4 /hosts | |
| parent | 6920fa481c927b1ec6735a00bab31f77cb00e961 (diff) | |
i should probably start tracking what i do
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 3d82800..d4cd0d7 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -64,6 +64,8 @@ enableSSHSupport = true; pinentryPackage = pkgs.pinentry-curses; }; + + programs.gamescope.enable = true; programs.steam = { enable = true; @@ -108,7 +110,7 @@ services.lact.enable = true; chaotic = { mesa-git = { enable = true; - fallbackSpecialisation = true; + fallbackSpecialisation = false; extraPackages = with pkgs; [ mesa_git.opencl ]; @@ -167,8 +169,6 @@ environment.sessionVariables = { }; environment.systemPackages = with pkgs; [ - vkd3d - dxvk pigz nautilus gnome-keyring |
