diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/default.nix | 3 | ||||
| -rw-r--r-- | system/gaming/steam.nix | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/system/default.nix b/system/default.nix index eb220ed..54abdcf 100644 --- a/system/default.nix +++ b/system/default.nix @@ -25,9 +25,6 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.use-xdg-base-directories = true; - # allow unfree packages - nixpkgs.config.allowUnfree = true; - # set state version system.stateVersion = config.stateVersion; diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index ada0aaf..dcdcad1 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -12,6 +12,7 @@ in { "steam" "steam-original" "steam-runtime" + "steam-unwrapped" ]; programs.gamescope = { @@ -28,7 +29,6 @@ in { }; # controllers - hardware.xone.enable = true; hardware.steam-hardware.enable = true; # cod |