flake/darwin/modules/default.nix

7 lines
83 B
Nix
Raw Normal View History

2024-01-03 15:30:30 +00:00
{...}: {
imports = [
2024-01-29 00:18:06 +00:00
./networking/proxy.nix
2024-07-08 10:10:35 +00:00
./services/mihomo.nix
2024-01-03 15:30:30 +00:00
];
}