From 7d7bb64ffcf81174f5cb0c3baf435ac0203d1911 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 7 Dec 2023 10:06:09 -0600 Subject: [PATCH] replace exa with eza --- home/features/cli/default.nix | 2 +- home/features/cli/{exa.nix => eza.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename home/features/cli/{exa.nix => eza.nix} (88%) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 23dc39c..99dcc1a 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -2,7 +2,7 @@ # Core CLI apps imports = [ - ./exa.nix + ./eza.nix ./git.nix ./fish.nix ./tmux.nix diff --git a/home/features/cli/exa.nix b/home/features/cli/eza.nix similarity index 88% rename from home/features/cli/exa.nix rename to home/features/cli/eza.nix index 06890bb..ae5182e 100644 --- a/home/features/cli/exa.nix +++ b/home/features/cli/eza.nix @@ -1,5 +1,5 @@ { lib, ... }: { - programs.exa = { + programs.eza = { enable = true; enableAliases = true; extraOptions = [