about summary refs log tree commit diff
path: root/home/configurations/boopy@alpha.nix
blob: af71030463e57675ba1a75314496dd2df347f7eb (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, nixpkgs, self, ... }:

{
  config = {
    activeProfiles = [ "browsing" "development" "messaging" "misc" ];

    programs.htop.settings.detailed_cpu_time = true;
  };
}