diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 6956b529..b9ed5e82 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -25,7 +25,7 @@ in { # Coreutils replacement. fd # Oh nice, a more reliable `find`. ripgrep # On nice, a more reliable `grep`. - exa # Oh nice, a shinier `ls`. + eza # Oh nice, a shinier `ls`. ]; # Git interface for the lazy who cannot be asked to add hunks properly. diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index f81ebf78..fd71f077 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -127,7 +127,7 @@ in { lazydocker # Git interface for the lazy. fd # Oh nice, a more reliable `find`. ripgrep # On nice, a more reliable `grep`. - exa # Oh nice, a shinier `ls`. + eza # Oh nice, a shinier `ls`. bat # dog > sky dog > cat fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception. gopass # An improved version of the password manager for hipsters.