nix-dotfiles/programs/thunderbird.nix
vorboyvo 3b1a010fb7 Added extra hosts to easily connect to servers through Tailscale
Fixed ocaml in home manager packages, adding the standard distribution of packages as per https://ocaml.org/install
Enabled lazy vim
2024-01-24 10:40:30 -05:00

9 lines
85 B
Nix

{
enable = true;
profiles = {
main = {
isDefault = true;
};
};
}