From dfdd271350d9b3e18ccc8238ca44c1a08b5a8ed0 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 29 May 2025 19:07:33 +0300 Subject: [PATCH] feat: thunderbird autostart autostart: thunderbird - for productivity --- home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix b/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix index 12438f1..cc41210 100644 --- a/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix +++ b/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix @@ -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"