7 lines
112 B
Nix
7 lines
112 B
Nix
{ ... }: {
|
|
flake.nixosModules.commonFeatureEmail = { ... }: {
|
|
programs.thunderbird.enable = true;
|
|
};
|
|
}
|
|
|