Use the light theme for bottom

This commit is contained in:
Andreas Zweili 2024-01-29 16:21:36 +01:00
parent 89daa49938
commit 67d2a77143
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
EDITOR = "vim"; EDITOR = "vim";
VISUAL = "vim"; VISUAL = "vim";
}; };
shellAliases = { btm = "btm --color default-light"; };
systemPackages = [ pkgs.bottom pkgs.man-pages pkgs.vim ]; systemPackages = [ pkgs.bottom pkgs.man-pages pkgs.vim ];
}; };
# Disable the root user # Disable the root user