{ flake, pkgs, ... }:
{
environment.systemPackages = [
flake.inputs.tuios.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}