diff --git a/hosts/neodymium/home/shell/exa.nix b/hosts/neodymium/home/shell/exa.nix index 9b1e6c9..ed812cf 100644 --- a/hosts/neodymium/home/shell/exa.nix +++ b/hosts/neodymium/home/shell/exa.nix @@ -1,8 +1,8 @@ { ... }: { - programs.exa.enable = true; + programs.eza.enable = true; programs.zsh.shellAliases = { l = - "exa -lahg --icons --git --time-style=long-iso --group-directories-first --color=always"; + "eza -lahg --icons --git --time-style=long-iso --group-directories-first --color=always"; ll = "l --grid"; }; }