nixos-combined-flake/modules/nixos/default.nix

7 lines
47 B
Nix

_: {
imports = [
./base
./wsl
];
}