diff options
author | sefidel <contact@sefidel.net> | 2023-07-25 19:01:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-25 19:02:51 +0900 |
commit | 3f4ffdbbd694a14e6ada58740e6596f475ce00fb (patch) | |
tree | b60a7800f09c2faab3ba1f528a08a3a509bf15c1 /home/kompakt-darwin | |
parent | ec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16 (diff) | |
download | nixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.tar.gz nixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.zip |
feat(home): move user configs to configs
Diffstat (limited to 'home/kompakt-darwin')
-rw-r--r-- | home/kompakt-darwin/sefidel.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home/kompakt-darwin/sefidel.nix b/home/kompakt-darwin/sefidel.nix deleted file mode 100644 index 5d0a4c4..0000000 --- a/home/kompakt-darwin/sefidel.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, ... }: - -{ - config = { - activeProfiles = [ "base" "development" "research" "fonts" ]; - - programs.htop.settings.detailed_cpu_time = true; - }; -} |