mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
add thunderbird
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
../../modules/home-manager/kdeconnect
|
||||
../../modules/home-manager/vs-code
|
||||
../../modules/home-manager/mopidy
|
||||
../../modules/home-manager/thunderbird
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
|
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