diff --git a/configuration.nix b/configuration.nix index 78f589c..d28df29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -145,6 +145,13 @@ in nodePackages.pnpm vscode-fhs # Wrapped variant of vscode which launches in a FHS compatible environment. Should allow for easy usage of extensions without nix-specific modifications. jetbrains.webstorm + # GitHub Copilot BEGIN + # A fix for "Failed to initiate the GitHub login process. Please try again." + # Execute next command, but replace the name of the Product (WebStorm2023.2 to a newer version or other product) + # (yes, /run/current-system/sw/bin/copilot-agent might not exist, but it's a symlink to the actual binary) + # ln -fs /run/current-system/sw/bin/copilot-agent ~/.local/share/JetBrains//WebStorm2023.2/github-copilot-intellij/copilot-agent/bin/copilot-agent-linux + github-copilot-intellij-agent + # GitHub Copilot END upwork slack ffmpeg # for Roley project, check if still actual after 01.01.2025