nix-config/modules/geary.nix

5 lines
55 B
Nix
Raw Normal View History

2025-04-08 00:35:46 +02:00
{ pkgs, ...}:
{
2025-04-08 13:18:34 +02:00
programs.thunderbird.enable = true;
2025-04-08 00:35:46 +02:00
}