reNixos/hand7s/programs/eza.nix
2025-04-27 12:47:02 +03:00

10 lines
185 B
Nix

{...}: {
programs = {
eza = {
enable = true;
enableFishIntegration = true;
git = true;
icons = "always";
};
};
}