diff options
Diffstat (limited to 'home/alpha/sefidel.nix')
-rw-r--r-- | home/alpha/sefidel.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home/alpha/sefidel.nix b/home/alpha/sefidel.nix deleted file mode 100644 index 476a463..0000000 --- a/home/alpha/sefidel.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, ... }: - -{ - config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ]; - - programs.htop.settings.detailed_cpu_time = true; - - sops.defaultSopsFile = ../secrets/secrets.yaml; - sops.gnupg.home = "/home/sefidel/.gnupg"; - }; -} |