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

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

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