chore(wsl): disable vscode

This commit is contained in:
2025-04-18 17:40:57 +08:00
parent 0f61cc5118
commit 05cbac2096

View File

@@ -1,4 +1,4 @@
{ username, ... }: { lib, username, ... }:
{ {
my.home.programs.zsh.shellAliases = { 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"; 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 = { my = {
sops.sshKeyPath = "/home/${username}/.ssh/id_ed25519"; sops.sshKeyPath = "/home/${username}/.ssh/id_ed25519";
coding.all.enable = true; coding.all.enable = true;
coding.editor.vscode.enable = lib.mkForce false;
cmd.misc.enable = true; cmd.misc.enable = true;
xdg.enable = true; xdg.enable = true;
cmd.media.all.enable = true; cmd.media.all.enable = true;