diff --git a/common/modules/bash/programs.nix b/common/modules/bash/programs.nix index 45cd67e9..bed8b2d2 100644 --- a/common/modules/bash/programs.nix +++ b/common/modules/bash/programs.nix @@ -12,6 +12,8 @@ "--hidden" "--glob=!.git/*" "--smart-case" + "--sort" + "path" ]; }; jq.enable = true;