mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 00:00:44 +01:00
7 lines
102 B
Nix
7 lines
102 B
Nix
_: {
|
|
programs.eza = {
|
|
enable = true;
|
|
icons = "auto";
|
|
extraOptions = [ "--all" ];
|
|
};
|
|
}
|