Add battery timer and btop

This commit is contained in:
2026-07-07 19:23:46 +01:00
parent 9b4ba3fef4
commit 562ec40d05
4 changed files with 55 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{ ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "Default";
theme_background = false;
};
};
}