From 56992b8c945d497a623fe693847c91235be1ae02 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 28 Dec 2021 01:11:25 +0900 Subject: initial commit --- home/configurations/boopy@alpha.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/configurations/boopy@alpha.nix (limited to 'home/configurations/boopy@alpha.nix') diff --git a/home/configurations/boopy@alpha.nix b/home/configurations/boopy@alpha.nix new file mode 100644 index 0000000..af71030 --- /dev/null +++ b/home/configurations/boopy@alpha.nix @@ -0,0 +1,9 @@ +{ pkgs, nixpkgs, self, ... }: + +{ + config = { + activeProfiles = [ "browsing" "development" "messaging" "misc" ]; + + programs.htop.settings.detailed_cpu_time = true; + }; +} -- cgit 1.4.1