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

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

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