Skip to content

Commit

Permalink
feat(ide): added support for elixir programming language
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 6, 2025
1 parent b7d187a commit 0dd496f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/ide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ let
web.package = webstorm;
andorid.package = unstable.andorid-studio;
haskell.extraConfig = fork.extraConfig;
elixir = haskell;
fork.extraConfig = {
programs.nixvim.enable = true;
};
Expand Down

0 comments on commit 0dd496f

Please sign in to comment.