{ inputs, ... }: { flake.modules.nixos.tux = { imports = with inputs.self.modules.nixos; with inputs.self.factory; [ development-tools docker ]; }; }