chore: nix fmt

This commit is contained in:
Rasyidan Akbar F. 2025-10-01 13:39:08 +07:00
commit 423907b530

View file

@ -16,7 +16,8 @@ let
lib.unique [ homebrewBin homebrewSbin ]
else
[ ];
formatPathList = paths: lib.concatMapStrings (path: " \"${path}\"\n") paths;
formatPathList = paths:
lib.concatMapStrings (path: " \"${path}\"\n") paths;
in {
programs.nushell.enable = lib.mkDefault true;