add thunderbird

This commit is contained in:
Vivian 2023-06-09 09:17:39 +02:00
parent 1e394c925b
commit 0245770779
2 changed files with 19 additions and 12 deletions

View file

@ -79,6 +79,13 @@ in {
sessionVariables = { DIRENV_LOG_FORMAT = ""; };
};
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
# Syncthing
services.syncthing.enable = true;
xdg.userDirs = let home = config.home.homeDirectory;