feat: thunderbird autostart
autostart: thunderbird - for productivity
This commit is contained in:
parent
ca7192d41f
commit
dfdd271350
1 changed files with 2 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue