8 lines
No EOL
135 B
Nix
8 lines
No EOL
135 B
Nix
{ config, pkgs, ... }: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles."Default" = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
} |