Skip to content

Commit

Permalink
feat(pc): changed installed IDEs list
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed May 3, 2024
1 parent 282a508 commit 799ed4f
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 @@ -32,7 +32,7 @@
};
editors.neovim.enable = true;
dev.lang = {
ides = [ "go" "cpp" "dotnet" ];
ides = [ "go" "cpp" "rust" ];
lang = [ "fork" "haskell" ];
};
hardware = {
Expand Down

0 comments on commit 799ed4f

Please sign in to comment.