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