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