diff options
Diffstat (limited to 'home/configs/kompakt-darwin/sefidel.nix')
-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; - }; -} |