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