From 158cf7b8f00dda1a832c706769c8393e9e6e3858 Mon Sep 17 00:00:00 2001 From: pik4li <67532734+pik4li@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:59:02 +0100 Subject: [PATCH] addet hyprland to toml --- core/tabs/system-setup/tab_data.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/tabs/system-setup/tab_data.toml b/core/tabs/system-setup/tab_data.toml index 3f5e4ec..35b5da4 100644 --- a/core/tabs/system-setup/tab_data.toml +++ b/core/tabs/system-setup/tab_data.toml @@ -15,6 +15,12 @@ description = "This command installs a minimal arch server setup under 5 minutes script = "arch/server-setup.sh" 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]] 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"