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

View File

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