about summary refs log tree commit diff
path: root/hosts/luna/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/luna/default.nix')
-rw-r--r--hosts/luna/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix
index 0c59e9e..4af2336 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -24,8 +24,6 @@
   };
 
   environment.systemPackages = with pkgs; [
-    dmidecode #needed for updating coreboot bios
-    xf86_input_cmt #chromebook touchpad drivers
   ];
 
 }