aboutsummaryrefslogtreecommitdiff
path: root/home/eza.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/eza.nix')
-rw-r--r--home/eza.nix11
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"
+ ];
+ };
+}