10 lines
167 B
Nix
10 lines
167 B
Nix
{
|
|
# Processes and system monitor
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
color_theme = "stylix";
|
|
theme_background = false;
|
|
};
|
|
};
|
|
}
|