From 9601f90e4ecfd9e282a40ea653e849b5bc8b8f99 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 17 Sep 2025 00:18:41 +0200 Subject: [PATCH] feat(desktop): some eza options. --- modules/cross-platform/home-manager/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 0a0157a..c9977fd 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -75,6 +75,9 @@ enableZshIntegration = true; git = true; icons = "always"; + extraOptions = [ + "--group-directories-first" + ]; }; # Install direnv