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
|
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];
|
||||||
|
|
Loading…
Reference in a new issue