universe/host/default.nix
2025-03-14 16:40:36 +00:00

11 lines
135 B
Nix

{u, ...}: {
system.stateVersion = "24.11";
imports = u.umport {
path = ./.;
exclude = [
./default.nix
];
};
}