Skip to content

Commit

Permalink
feat(dotnet): enabled dotnet ide in pc configuration
Browse files Browse the repository at this point in the history
For my next project, I'll create it in .NET so I need a good tool
  • Loading branch information
Wittano committed Oct 15, 2024
1 parent 7c53027 commit f06dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f06dd7c

Please sign in to comment.