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