From 67d71ad7676bc80f910008c36997b1738429f5d2 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:41:26 +0530 Subject: [PATCH] fix: remove libinput comment fix: remove libinput defs --- hosts/default/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 30a1d8c..93f46ff 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -103,8 +103,6 @@ # displayManager.cosmic-greeter.enable = true; }; - # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; users.users.h = { isNormalUser = true; description = "Himadri Bhattacharjee";