From e053ec86d6644b16bb6ff707ac633dae766f8b8a Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 26 Jun 2025 06:56:31 +0200 Subject: Update desktop config, split up files --- modules/software-templates/dotnet.client.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/software-templates') diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix index 8b3d13f..f855aa3 100644 --- a/modules/software-templates/dotnet.client.nix +++ b/modules/software-templates/dotnet.client.nix @@ -18,7 +18,8 @@ in environment.systemPackages = with pkgs; [ #`jetbrains.rider (jetbrains.plugins.addPlugins jetbrains.rider [ - "github-copilot" + jetbrains.plugins.github-copilot-fixed + #"github-copilot" "nixidea" ]) ]; -- cgit 1.5.1