nixos/lxqt: use mkDefault to enable the lxqt xdg portal

This commit is contained in:
José Romildo 2024-04-18 14:40:14 -03:00
parent 36cc31f89b
commit 9b7f278b92
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ in
services.xserver.libinput.enable = mkDefault true;
xdg.portal.lxqt.enable = true;
xdg.portal.lxqt.enable = mkDefault true;
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050804
xdg.portal.config.lxqt.default = mkDefault [ "lxqt" "gtk" ];