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