fix: thunderbird config

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-11-21 09:02:23 +01:00
parent 1cb1cc62e3
commit 56d1cba1df
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 8 additions and 6 deletions

View file

@ -1,8 +1,10 @@
{...}: {
{pkgs, ...}: {
imports = [
./global
./features/workstation
];
programs.thunderbird.enable = true;
home.packages = with pkgs; [
thunderbird
];
}