aboutsummaryrefslogtreecommitdiff
path: root/home/programs/dev/k9s.nix
blob: 8ae4667270e51548c63992ffeb1d5a15531aae4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  programs.k9s = {
    enable = true;
    settings = {
      k9s = {
        refreshRate = 1;
      };
    };
  };
}