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

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

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