Add fw-ectool to framework laptop.

This commit is contained in:
Tom Alexander 2025-01-09 23:31:27 -05:00
parent 16480b3749
commit 1a2ff987fe
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -23,4 +23,8 @@
# Mount tmpfs at /tmp # Mount tmpfs at /tmp
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
environment.systemPackages = with pkgs; [
fw-ectool
];
} }