about summary refs log tree commit diff
path: root/home/kompakt/sefidel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/kompakt/sefidel.nix')
-rw-r--r--home/kompakt/sefidel.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/home/kompakt/sefidel.nix b/home/kompakt/sefidel.nix
deleted file mode 100644
index 476a463..0000000
--- a/home/kompakt/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";
-  };
-}