nixos/home/thunderbird.nix
2025-02-27 03:15:17 +01:00

11 lines
151 B
Nix

{...}:{
programs.thunderbird = {
enable = true;
settings = {
};
profiles."lilith" = {
isDefault = true;
};
};
}