feat: shoukei - add clash verge rev

This commit is contained in:
Ryan Yin
2025-08-06 15:51:40 +08:00
parent 09a01ff947
commit 273bfd2ac8
4 changed files with 15 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ windowrulev2 = workspace 9, class:^(code)$ # VS Code
windowrulev2 = workspace 9, class:^(cursor)$ # Cursor AI Editor
# Other
windowrulev2 = workspace 10, class:^(org.wireshark.Wireshark)$
windowrulev2 = workspace 10, class:^(clash-verge)$
# Float RULE WINDOW

View File

@@ -0,0 +1,8 @@
{
programs.clash-verge = {
enable = true;
autoStart = false;
serviceMode = true;
tunMode = true;
};
}

View File

@@ -11,6 +11,8 @@ in
imports = [
./hardware-configuration.nix
../idols-ai/preservation.nix
./clash-verge.nix
];
networking = {

View File

@@ -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"