Move back to thunderbird

This commit is contained in:
Natsu Kagami 2024-04-22 11:57:42 +02:00
parent 9d924cc9a9
commit e9e5a00308
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 27 additions and 7 deletions

View file

@ -157,7 +157,7 @@ in
{ command = "systemctl --user restart waybar"; always = true; }
# Startup programs
{ command = "${cfg.browser}"; }
{ command = "evolution"; } # Rely on system package with plugins
{ command = "thunderbird"; }
] ++ (if cfg.discord != null then [
{ command = "${cfg.discord}"; }
] ++ lib.lists.optional