From 3a9422d6f1c12fde75e29dbcfd243ffdf3706be0 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 2 Jun 2024 01:00:18 +1000 Subject: [PATCH] pantheon: updated libinput options --- profiles/pantheon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pantheon.nix b/profiles/pantheon.nix index 6c92b8a..b5137ec 100644 --- a/profiles/pantheon.nix +++ b/profiles/pantheon.nix @@ -5,6 +5,7 @@ ... }: { services = { + libinput.enable = true; # Enable touchpad support. pantheon = { apps.enable = true; contractor.enable = true; @@ -14,7 +15,6 @@ desktopManager = { pantheon.enable = true; }; - libinput.enable = true; # Enable touchpad support. }; }; programs = {