nix/home-manager/common/software/cli/btop.nix

8 lines
108 B
Nix

{ ... }: {
programs.btop = {
enable = true;
settings = {
color_theme = "TTY";
};
};
}