1
Fork 0
satellite/modules/dev/elm.nix
2020-07-16 11:39:15 +03:00

9 lines
151 B
Nix

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