Add new stuff to autostart
This commit is contained in:
parent
7cbbb5d696
commit
c6fafa34c9
2 changed files with 13 additions and 0 deletions
|
@ -114,6 +114,12 @@ delay = 5
|
|||
hosts = []
|
||||
group = 'chat'
|
||||
|
||||
[apps.teamspeak-ntfy-events]
|
||||
command = 'ts-control ntfy-events'
|
||||
delay = 5
|
||||
hosts = []
|
||||
group = 'chat'
|
||||
|
||||
[apps.thunderbird]
|
||||
command = 'thunderbird'
|
||||
hosts = []
|
||||
|
@ -133,3 +139,8 @@ group = 'x11'
|
|||
command = 'waybar'
|
||||
hosts = []
|
||||
group = 'hyprland'
|
||||
|
||||
[apps.webhook]
|
||||
command = 'webhook -hooks $XDG_CONFIG_HOME/hooks.yaml -verbose -hotreload'
|
||||
hosts = []
|
||||
group = 'common'
|
||||
|
|
|
@ -13,10 +13,12 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cargo # rust
|
||||
#ckb-next # corsair hardware control
|
||||
#rustdesk # remote desktop tool # disabled for nightly from aur
|
||||
solaar # Logitech tool
|
||||
syncthing # file syncing tool
|
||||
#flatpak
|
||||
webhook
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue