1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
andrey_varnavskiy 21a3e42777 add eza configuration
2024-11-27 11:00:40 +05:00

14 lines
220 B
Nix

{
programs.eza = {
enable = true;
enableZshIntegration = true;
colors = "always";
git = true;
icons = "always";
extraOptions = [
"--group-directories-first"
"--header"
];
};
}