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

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

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