mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02: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
|
windowrulev2 = workspace 9, class:^(cursor)$ # Cursor AI Editor
|
||||||
# Other
|
# Other
|
||||||
windowrulev2 = workspace 10, class:^(org.wireshark.Wireshark)$
|
windowrulev2 = workspace 10, class:^(org.wireshark.Wireshark)$
|
||||||
|
windowrulev2 = workspace 10, class:^(clash-verge)$
|
||||||
|
|
||||||
|
|
||||||
# Float RULE WINDOW
|
# 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 = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../idols-ai/preservation.nix
|
../idols-ai/preservation.nix
|
||||||
|
|
||||||
|
./clash-verge.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
@@ -289,6 +289,10 @@ in
|
|||||||
# Misc
|
# Misc
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
|
# Clash Verge Rev
|
||||||
|
".local/share/io.github.clash-verge-rev.clash-verge-rev"
|
||||||
|
".local/share/clash-verge"
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
".config/pulse"
|
".config/pulse"
|
||||||
".local/state/wireplumber"
|
".local/state/wireplumber"
|
||||||
|
|||||||
Reference in New Issue
Block a user