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
];
};
environment.systemPackages = [
(pkgs.writeShellApplication
environment.systemPackages = with pkgs; [
fw-ectool
(writeShellApplication
{
name = "reset-wifi-module";
runtimeInputs = with pkgs; [kmod];