From 05cbac209612d12ea49f9f45b16bfcc77f2e390e Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 18 Apr 2025 17:40:57 +0800 Subject: [PATCH] chore(wsl): disable vscode --- config/hosts/imxyy-nix-wsl/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;