Files
nix-config/hosts/common/optional/thunderbird.nix

6 lines
62 B
Nix

{...}: {
programs.thunderbird = {
enable = true;
};
}