Files
nixy/home/programs/btop/default.nix
Hadi d28ad77974 test
Former-commit-id: aae1271cf0
2024-06-14 10:00:54 +02:00

10 lines
135 B
Nix

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