10 lines
172 B
Nix
10 lines
172 B
Nix
{ pkgs, ...}:
|
|
|
|
{
|
|
programs.btop = {
|
|
enable = true;
|
|
# color_theme = "phoenix-night";
|
|
color_theme = "HotPurpleTrafficLight";
|
|
theme_background = false;
|
|
};
|
|
} |