9 lines
151 B
Nix
9 lines
151 B
Nix
|
{ pkgs, ... }: {
|
||
|
home-manager.users.adrielus.home.packages = with pkgs;
|
||
|
with elmPackages; [
|
||
|
elm
|
||
|
elm-format
|
||
|
# elm-repl
|
||
|
];
|
||
|
}
|