nix-config/modules/home-manager/shell/eza.nix
2024-12-24 17:34:38 +01:00

8 lines
58 B
Nix

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