summary refs log tree commit diff
path: root/modules/software-templates
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-26 06:56:31 +0200
committerRory& <root@rory.gay>2025-06-26 06:56:31 +0200
commite053ec86d6644b16bb6ff707ac633dae766f8b8a (patch)
tree383c744c1981265add61e5c66f991642258b412a /modules/software-templates
parentAdd libmatrix fed test domain (diff)
downloadRory-Open-Architecture-e053ec86d6644b16bb6ff707ac633dae766f8b8a.tar.xz
Update desktop config, split up files
Diffstat (limited to 'modules/software-templates')
-rw-r--r--modules/software-templates/dotnet.client.nix3
1 files changed, 2 insertions, 1 deletions
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" ]) ];