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
+1 -1
View File
@@ -11,5 +11,5 @@
programs.home-manager.enable = true;
home.packages = [];
home.stateVersion = "23.05";
home.stateVersion = "25.11";
}
+1
View File
@@ -8,5 +8,6 @@
../../packages/zsh/home.nix
../../packages/btop/home.nix
../../packages/eza/home.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
eza
];
}