diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -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 |
