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 + ]; +}