add new framework config

This commit is contained in:
2026-04-02 12:43:06 -07:00
parent de5178747d
commit 9310dc0041

7
configs/framework.nix Normal file
View File

@@ -0,0 +1,7 @@
{ inputs, ... }:
{
environment.systemPackages = [
fw-ectool
];
}