mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 07:25:59 +01:00
Nix: disable uwsm desktop file installation
Will be enabled in the NixOS module.
This commit is contained in:
parent
ff411658e8
commit
b88e4a1a9a
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ in
|
||||||
(mapAttrsToList mesonEnable {
|
(mapAttrsToList mesonEnable {
|
||||||
"xwayland" = enableXWayland;
|
"xwayland" = enableXWayland;
|
||||||
"legacy_renderer" = legacyRenderer;
|
"legacy_renderer" = legacyRenderer;
|
||||||
|
"uwsm" = false;
|
||||||
})
|
})
|
||||||
(mapAttrsToList mesonBool {
|
(mapAttrsToList mesonBool {
|
||||||
"b_pch" = false;
|
"b_pch" = false;
|
||||||
|
|
Loading…
Reference in a new issue