diff --git a/config/hosts/imxyy-nix-wsl/home.nix b/config/hosts/imxyy-nix-wsl/home.nix index a8b0e98..db02c8a 100644 --- a/config/hosts/imxyy-nix-wsl/home.nix +++ b/config/hosts/imxyy-nix-wsl/home.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ lib, username, ... }: { my.home.programs.zsh.shellAliases = { localproxy_on = "export http_proxy=http://192.168.128.1:7890 https_proxy=http://192.168.128.1:7890 all_proxy=socks://192.168.128.1:7890"; @@ -6,6 +6,7 @@ my = { sops.sshKeyPath = "/home/${username}/.ssh/id_ed25519"; coding.all.enable = true; + coding.editor.vscode.enable = lib.mkForce false; cmd.misc.enable = true; xdg.enable = true; cmd.media.all.enable = true;