mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-27 00:39:09 +02:00
feat: install clash verge on all nixos desktop hosts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.clash-verge = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
serviceMode = true;
|
||||
tunMode = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user