flake/darwin/modules/default.nix
2024-07-08 18:10:38 +08:00

6 lines
83 B
Nix

{...}: {
imports = [
./networking/proxy.nix
./services/mihomo.nix
];
}