9 lines
126 B
Nix
9 lines
126 B
Nix
{lib, ...}: {
|
|
programs.eza = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
git = true;
|
|
icons = true;
|
|
};
|
|
}
|