add Mozilla Thunderbird
This commit is contained in:
parent
892a1ae877
commit
fd48d6af9a
2 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
../modules/btop.nix
|
../modules/btop.nix
|
||||||
../modules/term/foot.nix
|
../modules/term/foot.nix
|
||||||
../modules/firefox.nix
|
../modules/firefox.nix
|
||||||
|
../modules/apps/thunderbird.nix
|
||||||
|
|
||||||
#../modules/wm/hypr/hypridle.nix
|
#../modules/wm/hypr/hypridle.nix
|
||||||
../modules/wm/hypr/hyprlock.nix
|
../modules/wm/hypr/hyprlock.nix
|
||||||
|
|
|
||||||
10
homes/modules/apps/thunderbird.nix
Normal file
10
homes/modules/apps/thunderbird.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{...}: {
|
||||||
|
programs.thunderbird = {
|
||||||
|
enable = true;
|
||||||
|
profiles = {
|
||||||
|
"me" = {
|
||||||
|
isDefault = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue