Switched from exa to eza

Exa is unmaintained
This commit is contained in:
Alejandro Angulo 2023-09-14 18:19:10 -07:00
parent 1a10b475ee
commit fed569b1b6
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 27 additions and 27 deletions

View file

@ -6,15 +6,15 @@
...
}:
with lib; let
cfg = config.aa.tools.exa;
cfg = config.aa.tools.eza;
in {
options.aa.tools.exa = with types; {
enable = mkEnableOption "exa";
options.aa.tools.eza = with types; {
enable = mkEnableOption "eza";
};
config = mkIf cfg.enable {
aa.home.extraOptions = {
programs.exa = {
programs.eza = {
enable = true;
icons = true;
git = true;