added eza

This commit is contained in:
lsoriano-mcm
2025-07-04 11:41:59 -05:00
parent 3717ecc642
commit b9f125e76a
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
eza
];
}