mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-05 00:47:03 +02:00
9 lines
122 B
Nix
9 lines
122 B
Nix
{
|
|
programs.clash-verge = {
|
|
enable = true;
|
|
autoStart = false;
|
|
serviceMode = true;
|
|
tunMode = true;
|
|
};
|
|
}
|