5 lines
No EOL
77 B
Nix
5 lines
No EOL
77 B
Nix
{ config, pkgs, ... }: {
|
|
programs.thunderbird = {
|
|
enable = true;
|
|
};
|
|
} |