This commit is contained in:
2025-08-04 22:16:21 +03:00
parent 56e97b6d5f
commit 7f450271ab
13 changed files with 365 additions and 246 deletions
+13
View File
@@ -0,0 +1,13 @@
{
config,
pkgs,
...
}:
{
programs = {
btop.enable = true;
broot.enable = true;
bottom.enable = true;
fastfetch.enable = true;
};
}