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

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

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