Add birdtray and more thunderbird stuff

This commit is contained in:
Natsu Kagami 2023-03-08 21:23:19 +01:00
parent d7dc35d141
commit fd85a61721
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 18 additions and 2 deletions

View file

@ -129,6 +129,7 @@ in
{ command = "systemctl --user restart waybar"; always = true; }
# Startup programs
{ command = "${cfg.browser}"; }
{ command = "birdtray"; }
] ++ (if cfg.discord != null then [
{ command = "${cfg.discord}"; }
] ++ lib.lists.optional