too manya bugs

This commit is contained in:
2025-08-04 15:35:09 +03:00
parent eb9ec4f5bd
commit 52b6290e1c
6 changed files with 86 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
{ inputs, ... }@flakeContext:
{
config,
pkgs,
...
}:
{
programs = {
btop.enable = true;
broot.enable = true;
bottom.enable = true;
fastfetch.enable = true;
};
}