mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
11 lines
169 B
Nix
11 lines
169 B
Nix
_: {
|
|
flake.homeModules.thunderbird = _: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
profiles.tomasr = {
|
|
isDefault = true;
|
|
};
|
|
};
|
|
};
|
|
}
|