1
Fork 0
satellite/modules/dev/elm.nix

9 lines
151 B
Nix
Raw Normal View History

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs;
with elmPackages; [
elm
elm-format
# elm-repl
];
}