From cc1ea240667ef49263f5528e998bfab29730f5b8 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 4 Jun 2024 15:33:07 +0100 Subject: [PATCH] [tohru] remove redundant libinput enable --- hosts/tohru/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 84f046c..7d14040 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -31,9 +31,6 @@ sound.enable = true; hardware.pulseaudio.enable = true; - # Enable touchpad support (enabled default in most desktopManager). - services.xserver.libinput.enable = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [