From 3d444c672edf645a9cea1758396551445c7c25d0 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 12 Jun 2020 18:44:32 -0600 Subject: [PATCH] graphical: make sure libinput is available --- profiles/graphical/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index 18ca51cf..af983f4b 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -62,6 +62,8 @@ in { desktopManager.plasma5.enable = true; + libinput.enable = true; + displayManager.sddm = { enable = true; theme = "chili";