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 = { + + }; + }; +}