From 1f7e6a864399ad0c5ba87beb1beee3087e46a113 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 3 May 2024 09:27:57 +0200 Subject: [PATCH] Rename libinput option --- system/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/default.nix b/system/default.nix index 84bbf24a..4aa7765b 100644 --- a/system/default.nix +++ b/system/default.nix @@ -180,11 +180,11 @@ with mylib.networking; { # desktopManager.gnome.enable = true; wacom.enable = true; - - # Enable touchpad support (enabled default in most desktopManager). - libinput.enable = true; }; + # Enable touchpad support (enabled default in most desktopManager). + services.libinput.enable = true; + programs.hyprland = { enable = true; # enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config