flake/nixos/modules/services/default.nix

6 lines
46 B
Nix
Raw Normal View History

2023-12-21 11:59:19 +08:00
{...}: {
imports = [
./clash.nix
];
}