refactor(hyprland): move scripts to the hyprland configuration

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-09-22 01:30:11 -03:00
parent f75542ade9
commit cc8717c4ae
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
7 changed files with 115 additions and 92 deletions

View file

@ -0,0 +1,15 @@
pkgs:
pkgs.writeShellScriptBin "start_apps" ''
# Open qbittorrent
qbittorrent &
# Open vesktop
vesktop &
# Open steam
steam &
# Open firefox
firefox
''