summary refs log tree commit diff
path: root/modules/software-templates/dotnet.client.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/dotnet.client.nix')
-rw-r--r--modules/software-templates/dotnet.client.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix
index 1092cee..b10be16 100644
--- a/modules/software-templates/dotnet.client.nix
+++ b/modules/software-templates/dotnet.client.nix
@@ -5,6 +5,7 @@
         ./dotnet.nix
     ];
     environment.systemPackages = with pkgs; [
-            jetbrains.rider
+            #`jetbrains.rider
+            (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ])
     ];
-}
\ No newline at end of file
+}