From 207b802268ea710e29cfca1b918777475ac0ec29 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Oct 2025 02:35:10 -0500 Subject: [PATCH] feat: added thunderbird --- modules/home/default.nix | 1 + modules/home/gui/apps/messaging/thunderbird/default.nix | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/home/gui/apps/messaging/thunderbird/default.nix diff --git a/modules/home/default.nix b/modules/home/default.nix index 49a8b12..80bb5c5 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -68,6 +68,7 @@ in lingot cyanrip opencloud + thunderbird ; }; }; diff --git a/modules/home/gui/apps/messaging/thunderbird/default.nix b/modules/home/gui/apps/messaging/thunderbird/default.nix new file mode 100644 index 0000000..2bc09e4 --- /dev/null +++ b/modules/home/gui/apps/messaging/thunderbird/default.nix @@ -0,0 +1,8 @@ +{ + programs.thunderbird = { + enable = true; + profiles = { + + }; + }; +}