flake/darwin/profiles/common/opt-in/clash-meta-client.nix

14 lines
245 B
Nix

{
pkgs,
config,
...
}: {
services.clash = {
enable = true;
package = pkgs.clash-meta;
webui = config.nur.repos.guanran928.metacubexd;
};
### System proxy settings
networking.proxy.default = "http://127.0.0.1:7890/";
}