first commit

This commit is contained in:
smad
2025-10-22 16:59:40 +02:00
commit 35d822799b
29 changed files with 1623 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
programs.btop = {
enable = true;
settings = {
#color_theme = "gruvbox_dark_v2";
color_theme = "catppuccin_mocha.theme";
vim_keys = true;
};
};
}