3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 09:25:33 +00:00

Nix: re-enable uwsm desktop file

This commit is contained in:
Mihai Fufezan
2025-12-17 23:29:40 +02:00
parent 2525052779
commit 14c49230cc

View File

@ -197,7 +197,7 @@ in
"LEGACY_RENDERER" = legacyRenderer;
"NO_SYSTEMD" = !withSystemd;
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
"NO_UWSM" = true;
"NO_UWSM" = !withSystemd;
"NO_HYPRPM" = true;
"TRACY_ENABLE" = false;
"WITH_TESTS" = withTests;