chore: Update flake inputs with workaround
This commit is contained in:
parent
8896c8d836
commit
3ed5c5a9a3
6 changed files with 162 additions and 162 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.david.programs.thunderbird;
|
||||
|
|
@ -13,6 +14,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
package = pkgs.thunderbird-bin;
|
||||
profiles = {
|
||||
default = {
|
||||
withExternalGnupg = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue