flake/darwin/modules/default.nix

7 lines
82 B
Nix
Raw Normal View History

2024-01-03 23:30:30 +08:00
{...}: {
imports = [
2024-01-29 08:18:06 +08:00
./networking/proxy.nix
./services/clash.nix
2024-01-03 23:30:30 +08:00
];
}