Merge pull request #304902 from SuperSandro2000/libinput-xserver

nixos/libinput: move out of xserver
This commit is contained in:
Sandro 2024-04-27 23:23:06 +02:00 committed by GitHub
commit 85808e4b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 36 additions and 30 deletions

View file

@ -69,7 +69,7 @@ in
services.upower.enable = config.powerManagement.enable;
services.xserver.libinput.enable = mkDefault true;
services.libinput.enable = mkDefault true;
xdg.portal.lxqt.enable = mkDefault true;