Files
nixos/modules/home-manager/thunderbird.nix
T

9 lines
113 B
Nix

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