style: utilise keep-sorted formatter

This commit is contained in:
wi11-holdsworth 2025-09-17 11:47:17 +10:00
parent fd65dc21ad
commit f04a4ca44d
31 changed files with 86 additions and 27 deletions

View file

@ -4,6 +4,7 @@ let
in
{
config = lib.mkIf config.${feature}.enable {
# keep-sorted start
couchdb.enable = true;
copyparty.enable = true;
flaresolverr.enable = true;
@ -22,6 +23,7 @@ in
qbittorrent.enable = true;
vaultwarden.enable = true;
vscode-server.enable = true;
# keep-sorted end
users.groups.media = { };
};