This commit is contained in:
mjallen18
2025-08-23 18:49:04 -05:00
parent 6c9a010c3c
commit c90bd0cd07

View File

@@ -13,6 +13,11 @@ let
open-remote-ssh = pkgs.${namespace}.open-remote-ssh;
in
{
home.packages = with pkgs; [
nodePackages.nodejs
uv
];
programs = {
vscode = {
enable = true;