Files
nixos-dotfiles/home/programs/eza.nix
T
2026-06-21 21:19:52 -05:00

9 lines
79 B
Nix

{ ... }:
{
programs.eza = {
enable = true;
withIcons = true;
};
}