about summary refs log tree commit diff
path: root/home/configs/kompakt-darwin
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-22 15:28:00 +0900
committersefidel <contact@sefidel.net>2023-09-22 15:28:00 +0900
commit5e3887b73742609ae0a335cfce828ce65044ea47 (patch)
treeb924d91b6d6f939e0720102f9b210c566e4f2982 /home/configs/kompakt-darwin
parent25792d836b123b49670cedc4e65f283c784e559b (diff)
downloadnixrc-5e3887b73742609ae0a335cfce828ce65044ea47.tar.gz
nixrc-5e3887b73742609ae0a335cfce828ce65044ea47.zip
chore(home): cleanup kompakt
Diffstat (limited to 'home/configs/kompakt-darwin')
-rw-r--r--home/configs/kompakt-darwin/sefidel.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/configs/kompakt-darwin/sefidel.nix b/home/configs/kompakt-darwin/sefidel.nix
deleted file mode 100644
index 5d0a4c4..0000000
--- a/home/configs/kompakt-darwin/sefidel.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-{
-  config = {
-    activeProfiles = [ "base" "development" "research" "fonts" ];
-
-    programs.htop.settings.detailed_cpu_time = true;
-  };
-}