diff --git a/nixosModules/steam.nix b/nixosModules/steam.nix index d8be552..4f43bdc 100644 --- a/nixosModules/steam.nix +++ b/nixosModules/steam.nix @@ -7,4 +7,6 @@ }; programs.gamemode.enable = true; + + nixpkgs.config.allowUnfree = true; }