flake/darwin/modules/default.nix

7 lines
82 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
./services/clash.nix
2024-01-03 15:30:30 +00:00
];
}