diff options
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index acf8ab2..eccae16 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -27,17 +27,7 @@ }; }; - programs = { - gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - - dconf.enable = true; - }; - services = { - pcscd.enable = true; printing.enable = true; hardware.openrgb.enable = true; |