Kristian Krsnik
a2cd8d467f
* laptop, pc and common now live in systems * new dev shell to run dconf2nix * New dconf weather entry (currently not functional)
11 lines
152 B
Nix
11 lines
152 B
Nix
{...}: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
|
|
profiles.kristian = {
|
|
isDefault = true;
|
|
withExternalGnupg = true;
|
|
};
|
|
};
|
|
}
|