[shared] Moved cmdline tools to /shell in home-manager config. Added Yazi catppuccin theme instead of manual

This commit is contained in:
2025-04-16 15:09:53 +02:00
parent b9e009b0cb
commit f1d2672194
13 changed files with 110 additions and 5597 deletions

View File

@ -0,0 +1,10 @@
{ theme, ... }:
{
catppuccin.btop = {
enable = true;
flavor = theme.flavor;
};
programs.btop.enable = true;
}