about summary refs log tree commit diff
path: root/home/kompakt/o32.nix
blob: 18f7372c02784b85d1e04795fb01bdb5c2631bf2 (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, lib, ... }:

{
  config = {
    activeProfiles = [ "base-darwin" "development" "messaging" ];

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