Nix: re-enable uwsm desktop file

This commit is contained in:
Mihai Fufezan
2025-12-25 20:36:32 +02:00
parent 2525052779
commit 14c49230cc
+1 -1
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;