feat: thunderbird autostart

autostart: thunderbird - for productivity
This commit is contained in:
Zhongheng Liu 2025-05-29 19:07:33 +03:00
commit dfdd271350
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -1,10 +1,5 @@
{ config, pkgs, inputs }:
let
term = config.defaultApplications.terminal;
shell = config.myShells.defaultShell;
in
[
"${term} --title=autorun ${shell}"
{ config, pkgs, inputs }: [
"${config.programs.thunderbird.package}/bin/thunderbird"
"${pkgs.mpris-notifier}/bin/mpris-notifier"
"${pkgs.mpd-discord-rpc}/bin/mpd-discord-rpc"
"${pkgs.easyeffects}/bin/easyeffects --gapplication-service"