diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-20 17:00:19 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-20 17:00:19 +0200 |
commit | d7138cadd2c51a3bffe41bf1e06e1b806538763a (patch) | |
tree | e431370cfdcf01f2015adb2931d62d57b8ce9e33 /hosts | |
parent | Dotfiles: Bash: Set Ozone to use wayland (chromium) (diff) | |
download | nixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.tar.gz nixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.tar.bz2 nixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.zip |
Hardware: Chromebook: Move needed packages into hardware
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/default.nix | 2 |
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 ]; } |