diff options
author | sefidel <contact@sefidel.net> | 2023-09-22 15:28:00 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-22 15:28:00 +0900 |
commit | 5e3887b73742609ae0a335cfce828ce65044ea47 (patch) | |
tree | b924d91b6d6f939e0720102f9b210c566e4f2982 /home/configs/kompakt-darwin | |
parent | 25792d836b123b49670cedc4e65f283c784e559b (diff) | |
download | nixrc-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.nix | 9 |
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; - }; -} |