nix/home-manager/common/software/cli/themes/stylix/btop.nix
2024-01-04 22:22:55 +09:00

8 lines
108 B
Nix

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