mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 18:08:40 +00:00
Fix up some config
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
|||||||
|
|
||||||
dest="/Users/${config.rider.username}/Library/Application Support/JetBrains"
|
dest="/Users/${config.rider.username}/Library/Application Support/JetBrains"
|
||||||
if [ -e "$dest" ]; then
|
if [ -e "$dest" ]; then
|
||||||
find "$dest" -type d -maxdepth 1 -name 'Rider*' -exec sh -c '${riderconfig}/link.sh "$0"' {} \;
|
find "$dest" -maxdepth 1 -type d -name 'Rider*' -exec sh -c '${riderconfig}/link.sh "$0"' {} \;
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@@ -11,6 +11,18 @@ with pkgs.vscode-extensions; [
|
|||||||
# Not supported on Darwin, apparently
|
# Not supported on Darwin, apparently
|
||||||
# ms-dotnettools.csharp
|
# ms-dotnettools.csharp
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "remote-containers";
|
||||||
|
publisher = "ms-vscode-remote";
|
||||||
|
version = "0.218.0";
|
||||||
|
sha256 = "4Li0sYfHOsJMn5FJtvDTGKoGPcRmoosD9tZ7q9H9DfQ=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "remote-ssh";
|
||||||
|
publisher = "ms-vscode-remote";
|
||||||
|
version = "0.73.2022020215";
|
||||||
|
sha256 = "hTRfoUHKrIOSV8eZ/62ewaII5291huXjOZ++dRUmKoI=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "vscode-docker";
|
name = "vscode-docker";
|
||||||
publisher = "ms-azuretools";
|
publisher = "ms-azuretools";
|
||||||
|
Reference in New Issue
Block a user