From 9063e1c9df4db05c3e87c55fd46a47791cd5c5ce Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Sun, 5 Apr 2026 01:00:38 -0400 Subject: [PATCH] homeman+++ --- caesium.home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caesium.home.nix b/caesium.home.nix index e799b04..0efeebe 100644 --- a/caesium.home.nix +++ b/caesium.home.nix @@ -18,7 +18,7 @@ enable = true; profiles.default = { userSettings = builtins.fromJSON (builtins.readFile ./config.vscode.settings.json); - extensions = with pkgs.vscode-marketplace; [ + extensions = with inputs.vscode-extensions.extensions.${pkgs.system}.vscode-marketplace; [ bbenoist.nix eamodio.gitlens github.copilot-chat