summary refs log tree commit diff
path: root/modules/software-templates
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-08 19:36:31 +0100
committerRory& <root@rory.gay>2025-02-08 19:44:18 +0100
commit91f8d570e2121c78fb6b83fd4e7c8b601057d57f (patch)
treef1663762ebb6d1cd72b6a18d0d1550c3b1b3cf4d /modules/software-templates
parentAdd ignore revs file (diff)
downloadRory-Open-Architecture-91f8d570e2121c78fb6b83fd4e7c8b601057d57f.tar.xz
Add laptop
Diffstat (limited to 'modules/software-templates')
-rw-r--r--modules/software-templates/dotnet.client.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix

index 6f1fdd8..2c043db 100644 --- a/modules/software-templates/dotnet.client.nix +++ b/modules/software-templates/dotnet.client.nix
@@ -17,6 +17,6 @@ in #imports = [ ./dotnet.nix ]; environment.systemPackages = with pkgs; [ #`jetbrains.rider - (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ]) + (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" "nixidea" ]) ]; }