fix: eza change

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-12-16 19:23:38 -06:00
parent 083e379d65
commit 637353ae90
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
programs.eza = { programs.eza = {
enable = true; enable = true;
git = true; git = true;
icons = true; icons = "auto";
}; };
programs.nushell.shellAliases.ll = lib.mkForce "eza -al"; programs.nushell.shellAliases.ll = lib.mkForce "eza -al";
} }