From cc44a2e7931402e01d5634f199760ecee534b1ac Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 14 Jul 2024 22:29:42 -0500 Subject: [PATCH] ectool that works --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2b5d56a..9c5ea4a 100644 --- a/flake.nix +++ b/flake.nix @@ -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];