pantheon: updated libinput options

This commit is contained in:
Serĉanto de Scio 2024-06-02 01:00:18 +10:00
parent 4b4afa07c2
commit 3a9422d6f1
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -5,6 +5,7 @@
... ...
}: { }: {
services = { services = {
libinput.enable = true; # Enable touchpad support.
pantheon = { pantheon = {
apps.enable = true; apps.enable = true;
contractor.enable = true; contractor.enable = true;
@ -14,7 +15,6 @@
desktopManager = { desktopManager = {
pantheon.enable = true; pantheon.enable = true;
}; };
libinput.enable = true; # Enable touchpad support.
}; };
}; };
programs = { programs = {