overlays lol

This commit is contained in:
mjallen18
2026-03-16 14:25:26 -05:00
parent e6c9e21c62
commit 3e232c3474
6 changed files with 11 additions and 21 deletions

View File

@@ -47,10 +47,10 @@ in
vscode-extensions.redhat.vscode-yaml
vscode-extensions.yy0931.vscode-sqlite3-editor
# nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
]
++ (if !isArm then x86_only else [ ])
++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
++ (if !isArm then x86_only else [ ]);
# ++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
# {
# name = "copilot-mcp";