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…
Add table
Add a link
Reference in a new issue