nixos/home/thunderbird.nix
2024-06-11 01:45:11 +02:00

8 lines
94 B
Nix

{...}:{
programs.thunderbird = {
enable = true;
settings = {
};
};
}