2024-05-15 11:47:54 -04:00

13 lines
162 B
Nix

{ pkgs, config, ... }:
{
programs = {
eza = {
enable = true;
enableZshIntegration = true;
git = true;
icons = false;
};
};
}