add thunderbird
This commit is contained in:
parent
153107772e
commit
69020c4d21
2 changed files with 19 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue