mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added thunderbird
This commit is contained in:
parent
9f12a89c77
commit
207b802268
2 changed files with 9 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ in
|
||||||
lingot
|
lingot
|
||||||
cyanrip
|
cyanrip
|
||||||
opencloud
|
opencloud
|
||||||
|
thunderbird
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
8
modules/home/gui/apps/messaging/thunderbird/default.nix
Normal file
8
modules/home/gui/apps/messaging/thunderbird/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
programs.thunderbird = {
|
||||||
|
enable = true;
|
||||||
|
profiles = {
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue