replace exa with eza

This commit is contained in:
John Bowdre 2023-12-07 10:06:09 -06:00
parent 15ef0951d9
commit 7d7bb64ffc
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Core CLI apps # Core CLI apps
imports = [ imports = [
./exa.nix ./eza.nix
./git.nix ./git.nix
./fish.nix ./fish.nix
./tmux.nix ./tmux.nix

View file

@ -1,5 +1,5 @@
{ lib, ... }: { { lib, ... }: {
programs.exa = { programs.eza = {
enable = true; enable = true;
enableAliases = true; enableAliases = true;
extraOptions = [ extraOptions = [