chore: Update flake inputs with workaround

This commit is contained in:
ulic-youthlic 2026-04-25 12:09:41 +08:00
parent 8896c8d836
commit 3ed5c5a9a3
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 162 additions and 162 deletions

View file

@ -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;