ectool that works
This commit is contained in:
parent
8fb3ea82b7
commit
cc44a2e793
1 changed files with 3 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue