about summary refs log tree commit diff
path: root/home/alpha/zach.nix
blob: 126ac6b52fce2ddca100a87accc8855a0937d059 (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

{
  config = {
    activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ];

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