Nix: disable uwsm desktop file installation

Will be enabled in the NixOS module.
This commit is contained in:
Mihai Fufezan 2024-11-11 10:15:58 +02:00
parent ff411658e8
commit b88e4a1a9a

View file

@ -152,6 +152,7 @@ in
(mapAttrsToList mesonEnable {
"xwayland" = enableXWayland;
"legacy_renderer" = legacyRenderer;
"uwsm" = false;
})
(mapAttrsToList mesonBool {
"b_pch" = false;