Files
imladris/configs/framework.nix
2026-04-02 12:43:06 -07:00

8 lines
74 B
Nix

{ inputs, ... }:
{
environment.systemPackages = [
fw-ectool
];
}