nix-config/modules/thunderbird.nix

5 lines
57 B
Nix
Raw Normal View History

2025-09-03 10:03:29 +02:00
{ pkgs, ... }:
2025-04-08 00:35:46 +02:00
{
2025-09-03 10:03:29 +02:00
programs.thunderbird.enable = true;
2025-04-08 00:35:46 +02:00
}