Consolidate into variables

This commit is contained in:
2025-11-29 23:20:29 +01:00
parent 31bf80e451
commit ecbe87af9b
11 changed files with 52 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
{
programs.thunderbird = {
enable = true;
profiles.kiri = {
profiles.${config.var.username} = {
isDefault = true;
withExternalGnupg = true;
settings = {
@@ -56,4 +56,4 @@
};
};
};
}
}