diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 31631c4..df060d0 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -47,14 +47,7 @@ }; }; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "steam" - "steam-unwrapped" - ]; - programs = { - steam.enable = true; - gnupg.agent = { enable = true; enableSSHSupport = true; |