Files
nixos/modules/applications/thunderbird.nix
T

11 lines
169 B
Nix

_: {
flake.homeModules.thunderbird = _: {
programs.thunderbird = {
enable = true;
profiles.tomasr = {
isDefault = true;
};
};
};
}