about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-22 15:28:00 +0900
committersefidel <contact@sefidel.net>2023-09-22 15:28:00 +0900
commit5e3887b73742609ae0a335cfce828ce65044ea47 (patch)
treeb924d91b6d6f939e0720102f9b210c566e4f2982 /home
parent25792d836b123b49670cedc4e65f283c784e559b (diff)
downloadnixrc-5e3887b73742609ae0a335cfce828ce65044ea47.tar.gz
nixrc-5e3887b73742609ae0a335cfce828ce65044ea47.zip
chore(home): cleanup kompakt
Diffstat (limited to 'home')
-rw-r--r--home/configs/kompakt-darwin/sefidel.nix9
-rw-r--r--home/configs/kompakt/sefidel.nix12
2 files changed, 0 insertions, 21 deletions
diff --git a/home/configs/kompakt-darwin/sefidel.nix b/home/configs/kompakt-darwin/sefidel.nix
deleted file mode 100644
index 5d0a4c4..0000000
--- a/home/configs/kompakt-darwin/sefidel.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-{
-  config = {
-    activeProfiles = [ "base" "development" "research" "fonts" ];
-
-    programs.htop.settings.detailed_cpu_time = true;
-  };
-}
diff --git a/home/configs/kompakt/sefidel.nix b/home/configs/kompakt/sefidel.nix
deleted file mode 100644
index 8974d29..0000000
--- a/home/configs/kompakt/sefidel.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ pkgs, ... }:
-
-{
-  config = {
-    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ];
-
-    programs.htop.settings.detailed_cpu_time = true;
-
-    sops.defaultSopsFile = ../../secrets/secrets.yaml;
-    sops.gnupg.home = "/home/sefidel/.gnupg";
-  };
-}