Add new stuff to autostart

This commit is contained in:
Tobias Reisinger 2024-10-04 16:05:52 +02:00
parent 7cbbb5d696
commit c6fafa34c9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 13 additions and 0 deletions

View file

@ -114,6 +114,12 @@ delay = 5
hosts = [] hosts = []
group = 'chat' group = 'chat'
[apps.teamspeak-ntfy-events]
command = 'ts-control ntfy-events'
delay = 5
hosts = []
group = 'chat'
[apps.thunderbird] [apps.thunderbird]
command = 'thunderbird' command = 'thunderbird'
hosts = [] hosts = []
@ -133,3 +139,8 @@ group = 'x11'
command = 'waybar' command = 'waybar'
hosts = [] hosts = []
group = 'hyprland' group = 'hyprland'
[apps.webhook]
command = 'webhook -hooks $XDG_CONFIG_HOME/hooks.yaml -verbose -hotreload'
hosts = []
group = 'common'

View file

@ -13,10 +13,12 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
cargo # rust
#ckb-next # corsair hardware control #ckb-next # corsair hardware control
#rustdesk # remote desktop tool # disabled for nightly from aur #rustdesk # remote desktop tool # disabled for nightly from aur
solaar # Logitech tool solaar # Logitech tool
syncthing # file syncing tool syncthing # file syncing tool
#flatpak #flatpak
webhook
]; ];
} }