Skip to content

Commit

Permalink
feat(ide): enable dotnet IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Aug 4, 2024
1 parent c6388d6 commit a263d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with lib.my;
mihoyo.enable = true;
minecraft.enable = true;
};
dev.lang.ides = [ "go" "fork" "python" ];
dev.lang.ides = [ "go" "fork" "python" "dotnet" ];
hardware = rec {
grub.enableMultiBoot = true;
sound.enable = true;
Expand Down

0 comments on commit a263d1e

Please sign in to comment.