nixhome/eza.nix

7 lines
69 B
Nix

{ config, pkgs, ...}:
{
programs.eza = {
enable = true;
};
}