This commit is contained in:
Matthew Bessette
2026-04-06 11:39:01 -04:00
parent 5fb1aee9bb
commit 566fe26025
3 changed files with 8 additions and 4 deletions

View File

@@ -45,6 +45,7 @@
"bruno"
"kopiaui"
"libreoffice"
"postico"
"signal"
"spotify"
"yubico-yubikey-manager"

View File

@@ -49,6 +49,7 @@
redhat.vscode-xml
vscode-icons-team.vscode-icons
typescriptteam.native-preview
lokalise.i18n-ally
]
) ++ (
with pkgs.vscode-marketplace; [
@@ -60,9 +61,9 @@
{
name = "copilot-chat";
publisher = "GitHub";
version = "0.39.0";
version = "0.39.1";
# sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
sha256 = "sha256-HaXubczYtktFaFdY5wlhr+KhrOXsRZto1TG3C7canQg=";
sha256 = "sha256-2uD8HtsiII1gg3VlODSYI8DMBJrslZr/LCaQMAHI85g=";
}
]
);
@@ -83,7 +84,7 @@
];
initContent = ''
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BU8OCWD5C.com.1password/t/agent.sock
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
# Auto-allow direnv for directories with flake.nix
auto_allow_direnv() {

View File

@@ -60,5 +60,7 @@
"js/ts.experimental.useTsgo": true,
"workbench.iconTheme": "vscode-icons",
"update.mode": "none"
"update.mode": "none",
"i18n-ally.displayLanguage": "en-US"
}