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