nixos-config/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix
Zhongheng Liu dfdd271350
feat: thunderbird autostart
autostart: thunderbird - for productivity
2025-05-29 19:07:33 +03:00

7 lines
375 B
Nix

{ 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"
"${inputs.hyprswitch.packages.x86_64-linux.default}/bin/hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row 5"
]