feat: replace exa with eza
parent
e91d1e1ce6
commit
b67b8b70e4
|
@ -23,7 +23,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "exa --group-directories-first --git";
|
ls = "eza --group-directories-first --git";
|
||||||
neovide = "neovide --multigrid";
|
neovide = "neovide --multigrid";
|
||||||
xclip = "xclip -selection clipboard";
|
xclip = "xclip -selection clipboard";
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
homeDirectory = "/home/${user}";
|
homeDirectory = "/home/${user}";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
exa
|
unstable.eza
|
||||||
firefox
|
firefox
|
||||||
jq
|
jq
|
||||||
htop
|
htop
|
||||||
|
|
Loading…
Reference in New Issue