about summary refs log tree commit diff
path: root/home/alpha/zach.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
committersefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
commitd2dd5d1287e0f2630e1407ecb09b13413f4e2d93 (patch)
tree758b9901a0cc41b80c15468874043d78f62304aa /home/alpha/zach.nix
parentef8b67dce728192cc76df2d53e0787bdaa6573db (diff)
downloadnixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.tar.gz
nixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.zip
feat: boopy -> zach
Diffstat (limited to 'home/alpha/zach.nix')
-rw-r--r--home/alpha/zach.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/alpha/zach.nix b/home/alpha/zach.nix
new file mode 100644
index 0000000..126ac6b
--- /dev/null
+++ b/home/alpha/zach.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+{
+  config = {
+    activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ];
+
+    programs.htop.settings.detailed_cpu_time = true;
+  };
+}