From ad690819d2eaa76ee7ebc593c0261457c6292c0d Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:40:58 +1000 Subject: [PATCH] order modules alphabetically --- modules/nixos/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 06e47f5..6863611 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -31,15 +31,16 @@ in nixfmt-rfc-style # rust replacements - # fish # shell - fd # find - xh # curl - dua # disk use analyser - hyperfine # benchmarking tool # delta # pager - ripgrep-all # grep - wiki-tui # wikipedia tui + # fish # shell + dua # disk use analyser + fd # find + hyperfine # benchmarking tool + lazygit # git tui mprocs # run long running commands and monitor output presenterm # presentations + ripgrep-all # grep + wiki-tui # wikipedia tui + xh # curl ]; }