flake/nixos/modules/default.nix

10 lines
125 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
# utils that is used internally
./myFlake
2023-12-21 03:59:19 +00:00
# nixpkgs styled options
./services
2023-09-19 00:17:43 +00:00
];
}