10 lines
185 B
Nix
10 lines
185 B
Nix
{...}: {
|
|
programs = {
|
|
eza = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
git = true;
|
|
icons = "always";
|
|
};
|
|
};
|
|
}
|