Thunderbird?
This commit is contained in:
parent
2d878c3448
commit
290c6d1c31
2 changed files with 12 additions and 0 deletions
8
programs/thunderbird.nix
Normal file
8
programs/thunderbird.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
programs.thunderbird.enable = true;
|
||||
|
||||
programs.thunderbird.profiles.lauren = {
|
||||
isDefault = true;
|
||||
withExternalGnupg = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue