From d2dd5d1287e0f2630e1407ecb09b13413f4e2d93 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Feb 2022 18:15:39 +0900 Subject: feat: boopy -> zach --- home/alpha/zach.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/alpha/zach.nix (limited to 'home/alpha/zach.nix') diff --git a/home/alpha/zach.nix b/home/alpha/zach.nix new file mode 100644 index 0000000..126ac6b --- /dev/null +++ b/home/alpha/zach.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + config = { + activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ]; + + programs.htop.settings.detailed_cpu_time = true; + }; +} -- cgit 1.4.1