Auto-commit: 2026-01-05 22:22:38

This commit is contained in:
2026-01-05 22:22:38 +00:00
parent fa6aa344b5
commit 326c52c3be

View File

@@ -2,5 +2,10 @@
{
programs.thunderbird = lib.mkIf nixosConfig.my.desktop.enable {
enable = true;
profiles = {
default = {
name = "default";
};
};
};
}