mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 16:45:35 +00:00
Nix: re-enable uwsm desktop file
This commit is contained in:
@ -197,7 +197,7 @@ in
|
|||||||
"LEGACY_RENDERER" = legacyRenderer;
|
"LEGACY_RENDERER" = legacyRenderer;
|
||||||
"NO_SYSTEMD" = !withSystemd;
|
"NO_SYSTEMD" = !withSystemd;
|
||||||
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
|
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
|
||||||
"NO_UWSM" = true;
|
"NO_UWSM" = !withSystemd;
|
||||||
"NO_HYPRPM" = true;
|
"NO_HYPRPM" = true;
|
||||||
"TRACY_ENABLE" = false;
|
"TRACY_ENABLE" = false;
|
||||||
"WITH_TESTS" = withTests;
|
"WITH_TESTS" = withTests;
|
||||||
|
|||||||
Reference in New Issue
Block a user