addet hyprland to toml

This commit is contained in:
pik4li 2025-01-01 01:59:02 +01:00
parent 75577906fa
commit 158cf7b8f0

View file

@ -15,6 +15,12 @@ description = "This command installs a minimal arch server setup under 5 minutes
script = "arch/server-setup.sh" script = "arch/server-setup.sh"
task_list = "SI D" task_list = "SI D"
[[data.entries]]
name = "Arch Hyprland setup"
description = "Install hyprland with dependencies for arch from pika"
script = "arch/arch-hyprland.sh"
task_list = "I"
[[data.entries]] [[data.entries]]
name = "Paru AUR Helper" name = "Paru AUR Helper"
description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers" description = "Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.\nTo know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers"