diff --git a/modules/global/packages.nix b/modules/global/packages.nix index 1c53b37..bfb2dbc 100644 --- a/modules/global/packages.nix +++ b/modules/global/packages.nix @@ -21,7 +21,7 @@ dnsutils dosfstools erdtree - exa + eza exfat # Windows drives fd frei diff --git a/modules/global/shell.nix b/modules/global/shell.nix index c836dcf..b1450c2 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -17,7 +17,7 @@ in "....." = "cd ../../../.."; # ls - ls = "${lib.getExe pkgs.exa}"; # HACK: Bypasses PATH so it works in nix develop shell + ls = "${lib.getExe pkgs.eza}"; # HACK: Bypasses PATH so it works in nix develop shell la = "ls --long --no-filesize --no-permissions --no-user --git --icons"; lat = "la --tree -I .git"; l = "la --all";