mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #170508 from romildo/fix.lxqt
nixos/lxqt: enable libinput
This commit is contained in:
commit
60a652400b
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue