aboutsummaryrefslogblamecommitdiff
path: root/home/programs/bottom.nix
blob: 32611854348c3fd740288ea8c4819962bc190325 (plain) (tree)
1
2
3
4
5
6
7

        
                     



                                         
{ ... }:
{
  programs.bottom = {
    enable = true;
    settings.styles.theme = "nord-light";
  };
}