This commit is contained in:
2026-02-21 01:13:48 +01:00
parent d2c93e07b8
commit e4fe492b46
6 changed files with 166 additions and 19 deletions

View File

@@ -1,11 +1,10 @@
{ pkgs, ... }:
{ ... }:
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
color_theme = "catppuccin_mocha";
};
};
}