feat:add_zsh

This commit is contained in:
dichgrem
2025-11-04 22:49:28 +08:00
parent 8dcbddc004
commit df526cd54f
8 changed files with 93 additions and 885 deletions

5
home/cli/eza.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
eza
];
}