nix/home-manager/common/software/cli/btop.nix
2024-06-12 19:07:46 +09:00

8 lines
108 B
Nix

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