diff --git a/modules/gaming/steam.nix b/modules/gaming/steam.nix index 35f50e4..b412da6 100644 --- a/modules/gaming/steam.nix +++ b/modules/gaming/steam.nix @@ -1,6 +1,6 @@ { pkgs, inputs, ... }: { - inputs.nixpkgs-unstable.config.allowUnfree = true; + nixpkgs-unstable.config.allowUnfree = true; programs = { steam = { enable = true;