flake/darwin/modules/services/default.nix

6 lines
42 B
Nix
Raw Normal View History

2024-01-03 23:30:30 +08:00
{...}: {
imports = [
./clash
];
}