diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 4bd5064..d88837b 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -59,6 +59,19 @@ }; }; + proxychains = { + enable = true; + quietMode = true; + proxies = { + default = { + type = "socks5"; + port = 1089; + host = "127.0.0.1"; + enable = true; + }; + }; + }; + git.enable = true; zsh.enable = true; light.enable = true;