about summary refs log tree commit diff
path: root/hosts/luna/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 13:06:18 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 13:06:18 +0200
commit021d01227e2842ff38624e1bec2e1cc782ab96c0 (patch)
treecb540f9587da0cf85127bff41705f16bbf707548 /hosts/luna/default.nix
parentLuna: Ignore power button short-press (diff)
downloadnixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.tar.gz
nixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.tar.bz2
nixos-config-021d01227e2842ff38624e1bec2e1cc782ab96c0.zip
Luna: Add chromebook touchpad drivers
Diffstat (limited to 'hosts/luna/default.nix')
-rw-r--r--hosts/luna/default.nix7
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
+  ];
 }