Merge pull request #170508 from romildo/fix.lxqt

nixos/lxqt: enable libinput
This commit is contained in:
José Romildo Malaquias 2022-05-01 11:31:51 -03:00 committed by GitHub
commit 60a652400b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,8 @@ in
services.upower.enable = config.powerManagement.enable;
services.xserver.libinput.enable = mkDefault true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.lxqt.xdg-desktop-portal-lxqt ];
};