13 lines
189 B
Nix
13 lines
189 B
Nix
{
|
|
programs = {
|
|
eza = {
|
|
enable = true;
|
|
icons = "auto";
|
|
enableZshIntegration = true;
|
|
extraOptions = [
|
|
"--group-directories-first"
|
|
];
|
|
};
|
|
};
|
|
}
|