about summary refs log tree commit diff
path: root/home/alpha/zach.nix
diff options
context:
space:
mode:
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;
+  };
+}