mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 18:11:54 -05:00
desktop: services.xserver.libinput -> services.libinput
This commit is contained in:
parent
2193a32fdb
commit
1cba1f10fd
|
@ -38,6 +38,8 @@
|
|||
gnome.gnome-keyring.enable = true;
|
||||
gvfs.enable = true; # Mount, trash, etc.
|
||||
|
||||
libinput.enable = true;
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
||||
|
@ -52,7 +54,6 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
excludePackages = with pkgs; [xterm];
|
||||
libinput.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue