Fixed ocaml in home manager packages, adding the standard distribution of packages as per https://ocaml.org/install Enabled lazy vim
9 lines
85 B
Nix
9 lines
85 B
Nix
{
|
|
enable = true;
|
|
profiles = {
|
|
main = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|