From ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 11 Dec 2025 21:34:35 +0100 Subject: i should probably start tracking what i do --- hosts/desktop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/desktop/configuration.nix') 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 -- cgit v1.3