diff --git a/hosts/gaming/default.nix b/hosts/gaming/default.nix index 9c56378..b7087d0 100644 --- a/hosts/gaming/default.nix +++ b/hosts/gaming/default.nix @@ -23,7 +23,7 @@ alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - #jack.enable = true; + jack.enable = true; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now) @@ -38,6 +38,7 @@ gnomeExtensions.kimpanel gnomeExtensions.appindicator nvtopPackages.nvidia + lutris ]; hardware.graphics.enable = true;