From 3f4ffdbbd694a14e6ada58740e6596f475ce00fb Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jul 2023 19:01:53 +0900 Subject: feat(home): move user configs to configs --- home/configs/kompakt-darwin/sefidel.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/configs/kompakt-darwin/sefidel.nix (limited to 'home/configs/kompakt-darwin/sefidel.nix') diff --git a/home/configs/kompakt-darwin/sefidel.nix b/home/configs/kompakt-darwin/sefidel.nix new file mode 100644 index 0000000..5d0a4c4 --- /dev/null +++ b/home/configs/kompakt-darwin/sefidel.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + config = { + activeProfiles = [ "base" "development" "research" "fonts" ]; + + programs.htop.settings.detailed_cpu_time = true; + }; +} -- cgit 1.4.1