10 lines
131 B
Nix
10 lines
131 B
Nix
|
{ lib, config, ... }:
|
||
|
|
||
|
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
enableFishIntegration = true;
|
||
|
extraOptions = [
|
||
|
];
|
||
|
};
|
||
|
}
|