about summary refs log tree commit diff
path: root/home/configs/kompakt-darwin/sefidel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/configs/kompakt-darwin/sefidel.nix')
-rw-r--r--home/configs/kompakt-darwin/sefidel.nix9
1 files changed, 9 insertions, 0 deletions
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;
+  };
+}