about summary refs log tree commit diff
path: root/home/alpha/sefidel.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-16 11:36:19 +0900
committersefidel <contact@sefidel.net>2023-02-16 11:36:19 +0900
commit625bb16a078148c6ea49bf8369b8f5a6172ad455 (patch)
tree36fe3a4d2f34c140a4e4e6a49739c3a0be565439 /home/alpha/sefidel.nix
parent5924274d6d7cc7af89114e7610f598dc69f53b98 (diff)
downloadnixrc-625bb16a078148c6ea49bf8369b8f5a6172ad455.tar.gz
nixrc-625bb16a078148c6ea49bf8369b8f5a6172ad455.zip
feat(nixos/alpha): reinstall
Diffstat (limited to 'home/alpha/sefidel.nix')
-rw-r--r--home/alpha/sefidel.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/home/alpha/sefidel.nix b/home/alpha/sefidel.nix
new file mode 100644
index 0000000..333e62f
--- /dev/null
+++ b/home/alpha/sefidel.nix
@@ -0,0 +1,12 @@
+{ 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/sefidel/.gnupg";
+  };
+}