flake/nixos/modules/services/default.nix
2023-12-21 11:59:19 +08:00

5 lines
46 B
Nix
Executable file

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