Files
nixos-config/profiles/base/home-manager/eza.nix
2025-08-04 22:45:52 +02:00

7 lines
81 B
Nix

{
programs.eza = {
enable = true;
enableFishIntegration = true;
};
}