diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-04 19:33:58 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:44 -0700 |
| commit | 1c6018152280462535d471aed61e4890ea160c4b (patch) | |
| tree | 44e026b94245c0f91536f4ec7d940e0cf42ef049 /hosts/c-pc/configuration.nix | |
| parent | fc0268a11ce5f3a797fdcb929555ee2344b6fa97 (diff) | |
migration: steam
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -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; |