mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-18 06:59:43 +02:00
feat: shoukei - add clash verge rev
This commit is contained in:
8
hosts/12kingdoms-shoukei/clash-verge.nix
Normal file
8
hosts/12kingdoms-shoukei/clash-verge.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.clash-verge = {
|
||||
enable = true;
|
||||
autoStart = false;
|
||||
serviceMode = true;
|
||||
tunMode = true;
|
||||
};
|
||||
}
|
||||
@@ -11,6 +11,8 @@ in
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../idols-ai/preservation.nix
|
||||
|
||||
./clash-verge.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
||||
@@ -289,6 +289,10 @@ in
|
||||
# Misc
|
||||
# ======================================
|
||||
|
||||
# Clash Verge Rev
|
||||
".local/share/io.github.clash-verge-rev.clash-verge-rev"
|
||||
".local/share/clash-verge"
|
||||
|
||||
# Audio
|
||||
".config/pulse"
|
||||
".local/state/wireplumber"
|
||||
|
||||
Reference in New Issue
Block a user