NixOS-Config/home-manager/shared/shell/eza.nix

8 lines
108 B
Nix
Raw Permalink Normal View History

2024-04-30 11:30:44 +02:00
{lib, ...}: {
programs.eza = {
enable = true;
enableZshIntegration = true;
git = true;
};
}