Skip to content

Commit

Permalink
chore(hosts/pc): added ides from fork to main PC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 17, 2024
1 parent ceb9a47 commit c763803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
games.enable = true;
mihoyo.enable = true;
};
dev.lang.ides = [ "go" "sql" "haskell" "fork" ];
dev.lang.ides = [ "go" "sql" "haskell" "fork" "jvm" "cpp" "rust" ];
hardware = {
sound.enable = true;
virtualization = {
Expand Down
2 changes: 1 addition & 1 deletion modules/dev/ide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
haskell.extraConfig = {
home-manager.users.wittano.home.packages = with unstable; [ zed-editor ];
};
fork = {
fork.extraConfig = {
home-manager.users.wittano.home.packages = with unstable; [ vscodium ];
};
});
Expand Down

0 comments on commit c763803

Please sign in to comment.