mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: shoukei - add clash verge rev
This commit is contained in:
@@ -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
|
||||
|
||||
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