From 91f8d570e2121c78fb6b83fd4e7c8b601057d57f Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:36:31 +0100 Subject: Add laptop --- modules/software-templates/dotnet.client.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/software-templates') 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" ]) ]; } -- cgit 1.5.1