From 3c8c707cb8873b73abb5bce4d20d432c2b31d34f Mon Sep 17 00:00:00 2001 From: pegasust Date: Sun, 24 Sep 2023 01:46:32 -0700 Subject: [PATCH] fix: exa is unmaintained -> eza --- nix/repo/home-profiles/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/repo/home-profiles/shells.nix b/nix/repo/home-profiles/shells.nix index ddc8bf3..e199941 100644 --- a/nix/repo/home-profiles/shells.nix +++ b/nix/repo/home-profiles/shells.nix @@ -58,7 +58,7 @@ in { set -g status-right '#{cpu_bg_color} CPU: #{cpu_icon} #{cpu_percentage} | %a %h-%d %H:%M ' ''; # Colored ls - programs.exa = { + programs.eza = { enable = true; enableAliases = true; };