build: wrap desktop modules with keep-sorted

This commit is contained in:
wi11-holdsworth 2025-09-25 13:08:19 +10:00
parent deb78cc14d
commit 76027fb711
2 changed files with 4 additions and 1 deletions

View file

@ -9,9 +9,11 @@ let
in
{
config = lib.mkIf config.${feature}.enable {
# keep-sorted start
dev.enable = true;
pipewire.enable = true;
print-and-scan.enable = true;
# keep-sorted end
environment.systemPackages = with pkgs; [
# keep-sorted start