nix-dotfiles/home/programs/eza.nix

4 lines
42 B
Nix
Raw Normal View History

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