nixos/lxqt: add a module for the lxqt portal

This commit is contained in:
José Romildo 2022-07-10 12:28:51 -03:00
commit 7e30ebb2c2
3 changed files with 51 additions and 2 deletions

View file

@ -69,8 +69,7 @@ in
services.xserver.libinput.enable = mkDefault true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.lxqt.xdg-desktop-portal-lxqt ];
xdg.portal.lxqt.enable = true;
};
}