Files
2026-07-07 19:26:25 +01:00

13 lines
146 B
Nix

{ ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "dracula";
theme_background = false;
};
};
}