feat: replace exa with eza

main
mandlm 2023-10-31 09:13:03 +01:00
parent e91d1e1ce6
commit b67b8b70e4
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ in
};
shellAliases = {
ls = "exa --group-directories-first --git";
ls = "eza --group-directories-first --git";
neovide = "neovide --multigrid";
xclip = "xclip -selection clipboard";
};

View File

@ -6,7 +6,7 @@
homeDirectory = "/home/${user}";
packages = with pkgs; [
exa
unstable.eza
firefox
jq
htop