diff options
author | sefidel <contact@sefidel.net> | 2023-06-02 22:11:08 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-06-02 22:11:08 +0900 |
commit | 1642de788ccac8098d944066184a0c71b7a8e537 (patch) | |
tree | eb6ddd182008486a6ac6234b997113d346f9dcc0 /home/kompakt-darwin/sefidel.nix | |
parent | fab665812fa1d507fbfb0fc143afe873163b7d36 (diff) | |
download | nixrc-1642de788ccac8098d944066184a0c71b7a8e537.tar.gz nixrc-1642de788ccac8098d944066184a0c71b7a8e537.zip |
fix(darwin/kompakt-darwin): fixup
Diffstat (limited to 'home/kompakt-darwin/sefidel.nix')
-rw-r--r-- | home/kompakt-darwin/sefidel.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/kompakt-darwin/sefidel.nix b/home/kompakt-darwin/sefidel.nix new file mode 100644 index 0000000..51c2519 --- /dev/null +++ b/home/kompakt-darwin/sefidel.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + config = { + activeProfiles = [ "base-darwin" "development" "research" "fonts" ]; + + programs.htop.settings.detailed_cpu_time = true; + }; +} |