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