diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index d6a3287..d5293ec 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -17,7 +17,7 @@ in { rm = "rm --recursive --verbose"; pstree = "pstree -g 2"; - tree = "tree -F --dirsfirst"; + tree = "eza --tree --git-ignore --group-directories-first"; }; systemPackages = attrValues { diff --git a/modules/common/packages.nix b/modules/common/packages.nix index 5c24f0c..d1920a9 100644 --- a/modules/common/packages.nix +++ b/modules/common/packages.nix @@ -8,6 +8,7 @@ in { curlHTTP3 dig doggo + eza fastfetch fd hyperfine @@ -18,7 +19,6 @@ in { rsync timg tokei - tree typos uutils-coreutils-noprefix yazi