Auto-commit: 2026-01-05 22:20:54

This commit is contained in:
2026-01-05 22:20:54 +00:00
parent 49307e3671
commit fa6aa344b5

View File

@@ -0,0 +1,6 @@
{ nixosConfig, lib, ... }:
{
programs.thunderbird = lib.mkIf nixosConfig.my.desktop.enable {
enable = true;
};
}