From 9310dc0041db07bae647306dfdf2dfbbd712463d Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 2 Apr 2026 12:43:06 -0700 Subject: [PATCH] add new framework config --- configs/framework.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/framework.nix diff --git a/configs/framework.nix b/configs/framework.nix new file mode 100644 index 0000000..68826bc --- /dev/null +++ b/configs/framework.nix @@ -0,0 +1,7 @@ +{ inputs, ... }: + +{ + environment.systemPackages = [ + fw-ectool + ]; +}