copy vscode config to other user

This commit is contained in:
Vinzenz Schroeter 2025-01-02 02:05:36 +01:00
parent 29ea7db3aa
commit 72c6b8bd34
5 changed files with 64 additions and 3 deletions

View file

@ -15,5 +15,9 @@
];
shell = pkgs.zsh;
};
allowedUnfreePackages = [
"vscode-extension-ms-vscode-remote-remote-ssh"
];
};
}