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 = []
|
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'
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue