From c8dc2b57ce0944b220f3ff7229511f63e4bf9a48 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 15 Sep 2023 12:54:49 +0800 Subject: [PATCH] profiles/dev: replace exa with eza Unmaintained and also in a state of being removed in nixpkgs. --- modules/home-manager/profiles/dev.nix | 2 +- modules/nixos/profiles/dev.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.