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 = {