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