Skip to content

Commit

Permalink
Revert "feat(dotnet): enabled dotnet ide in pc configuration"
Browse files Browse the repository at this point in the history
This reverts commit f06dd7c.
  • Loading branch information
Wittano committed Oct 27, 2024
1 parent 7f17c46 commit 8af8893
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" "dotnet" ];
lang.ides = [ "go" "fork" "python" ];
neovim.enable = true;
};
hardware = rec {
Expand Down

0 comments on commit 8af8893

Please sign in to comment.