diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 13:06:18 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 13:06:18 +0200 |
commit | 021d01227e2842ff38624e1bec2e1cc782ab96c0 (patch) | |
tree | cb540f9587da0cf85127bff41705f16bbf707548 /hosts/luna | |
parent | Luna: Ignore power button short-press (diff) | |
download | nixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.tar.gz nixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.tar.bz2 nixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.zip |
Luna: Add chromebook touchpad drivers
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
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 + ]; } |