From f06dd7c5cccb7732631f798b747e7ebf66044640 Mon Sep 17 00:00:00 2001 From: Wittano Bonarotti Date: Tue, 15 Oct 2024 19:40:31 +0200 Subject: [PATCH] feat(dotnet): enabled dotnet ide in pc configuration For my next project, I'll create it in .NET so I need a good tool --- hosts/pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index 79cfcbb1..12c258ed 100644 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -44,7 +44,7 @@ with lib.my; minecraft.enable = true; }; dev = { - lang.ides = [ "go" "fork" "python" ]; + lang.ides = [ "go" "fork" "python" "dotnet" ]; neovim.enable = true; }; hardware = rec {