feat: replace exa with eza
parent
e91d1e1ce6
commit
b67b8b70e4
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
homeDirectory = "/home/${user}";
|
||||
|
||||
packages = with pkgs; [
|
||||
exa
|
||||
unstable.eza
|
||||
firefox
|
||||
jq
|
||||
htop
|
||||
|
|
Loading…
Reference in New Issue