summary refs log tree commit diff
path: root/modules/software-templates/devenv/c-cpp.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-11-21 16:58:58 +0100
committerRory& <root@rory.gay>2025-11-21 16:58:58 +0100
commit4fa7ce523719afeaa3410494caa9ec03df0ffc4f (patch)
tree73882c41597c59697ad5e77c5b88161c8f6d3f83 /modules/software-templates/devenv/c-cpp.nix
parentServer updates (diff)
downloadRory-Open-Architecture-master.tar.xz
Desktop changes HEAD master
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