mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
10 lines
135 B
Nix
10 lines
135 B
Nix
{username, ...}: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
|
|
profiles."${username}" = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
}
|