nixos-config/modules/hosts/wsl/default.nix

11 lines
76 B
Nix

{
config,
...
}:
let
in
{
flake.modules.nixos."hosts/wsl" = {
};
}