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