ectool that works

This commit is contained in:
Daniel Flanagan 2024-07-14 22:29:42 -05:00
parent 8fb3ea82b7
commit cc44a2e793

View file

@ -252,8 +252,9 @@
linux-desktop-environment-config linux-desktop-environment-config
]; ];
}; };
environment.systemPackages = [ environment.systemPackages = with pkgs; [
(pkgs.writeShellApplication fw-ectool
(writeShellApplication
{ {
name = "reset-wifi-module"; name = "reset-wifi-module";
runtimeInputs = with pkgs; [kmod]; runtimeInputs = with pkgs; [kmod];