flake/nixos/modules/default.nix
2023-12-21 11:59:19 +08:00

9 lines
125 B
Nix

{...}: {
imports = [
# utils that is used internally
./myFlake
# nixpkgs styled options
./services
];
}