From 021d01227e2842ff38624e1bec2e1cc782ab96c0 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 26 Jun 2022 13:06:18 +0200 Subject: Luna: Add chromebook touchpad drivers --- hosts/luna/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hosts/luna/default.nix') diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index aeef70f..23f4a07 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -31,9 +31,8 @@ # proxy.noProxy = "127.0.0.1,localhost,internal.domain"; }; - environment.systemPackages = with pkgs; - [ - - ]; + environment.systemPackages = with pkgs; [ + xf86_input_cmt #chromebook touchpad drivers + ]; } -- cgit 1.4.1