diff options
Diffstat (limited to 'home/eza.nix')
| -rw-r--r-- | home/eza.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/eza.nix b/home/eza.nix new file mode 100644 index 0000000..c501dc5 --- /dev/null +++ b/home/eza.nix @@ -0,0 +1,11 @@ +{ + programs.eza = { + enable = true; + icons = "auto"; + + extraOptions = [ + "--group-directories-first" + "--no-quotes" + ]; + }; +} |
