flake/darwin/modules/services/default.nix
2024-01-10 04:22:47 +08:00

5 lines
42 B
Nix

{...}: {
imports = [
./clash
];
}