about summary refs log tree commit diff
path: root/home/configs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-25 19:01:53 +0900
committersefidel <contact@sefidel.net>2023-07-25 19:02:51 +0900
commit3f4ffdbbd694a14e6ada58740e6596f475ce00fb (patch)
treeb60a7800f09c2faab3ba1f528a08a3a509bf15c1 /home/configs
parentec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16 (diff)
downloadnixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.tar.gz
nixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.zip
feat(home): move user configs to configs
Diffstat (limited to 'home/configs')
-rw-r--r--home/configs/alpha/sefidel.nix12
-rw-r--r--home/configs/kompakt-darwin/sefidel.nix9
-rw-r--r--home/configs/kompakt/sefidel.nix12
3 files changed, 33 insertions, 0 deletions
diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix
new file mode 100644
index 0000000..5e4f561
--- /dev/null
+++ b/home/configs/alpha/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";
+  };
+}
diff --git a/home/configs/kompakt-darwin/sefidel.nix b/home/configs/kompakt-darwin/sefidel.nix
new file mode 100644
index 0000000..5d0a4c4
--- /dev/null
+++ b/home/configs/kompakt-darwin/sefidel.nix
@@ -0,0 +1,9 @@
+{ 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
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";
+  };
+}