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

8 lines
103 B
Nix
Raw Permalink Normal View History

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