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

8 lines
58 B
Nix

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