mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
add thunderbird
This commit is contained in:
14
modules/home-manager/thunderbird/default.nix
Normal file
14
modules/home-manager/thunderbird/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
package = pkgs.betterbird;
|
||||
|
||||
profiles."${username}" = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user