Files
dotfiles/home/btop/default.nix
T
2026-07-07 19:25:24 +01:00

13 lines
146 B
Nix

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