summary refs log tree commit diff
path: root/modules/software-templates/devenv/c-cpp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/devenv/c-cpp.nix')
-rw-r--r--modules/software-templates/devenv/c-cpp.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/software-templates/devenv/c-cpp.nix b/modules/software-templates/devenv/c-cpp.nix

index d07191b..ca586b0 100644 --- a/modules/software-templates/devenv/c-cpp.nix +++ b/modules/software-templates/devenv/c-cpp.nix
@@ -3,10 +3,10 @@ { environment.systemPackages = with pkgs; [ (jetbrains.plugins.addPlugins jetbrains.clion [ - jetbrains.plugins.github-copilot-fixed - #"github-copilot" + "17718" # github-copilot "nixidea" "visual-studio-keymap" - ]) # "string-manipulation" + "stringmanipulation" + ]) ]; } \ No newline at end of file