Compare commits
2 Commits
edbf5471b5
...
7ab1a466cc
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ab1a466cc | |||
| 9b6c05648f |
@@ -31,6 +31,8 @@ FRESH_MODULES=(
|
|||||||
"core/packages"
|
"core/packages"
|
||||||
"core/dotfiles"
|
"core/dotfiles"
|
||||||
"core/services"
|
"core/services"
|
||||||
|
"homelab/setup"
|
||||||
|
"optional/install"
|
||||||
"core/sddm"
|
"core/sddm"
|
||||||
"post/apply-theme"
|
"post/apply-theme"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ module_main() {
|
|||||||
all_packages+=("${pkgs[@]}")
|
all_packages+=("${pkgs[@]}")
|
||||||
done
|
done
|
||||||
|
|
||||||
all_packages=("$(remove_duplicates "${all_packages[@]}")")
|
readarray -t all_packages < <(remove_duplicates "${all_packages[@]}")
|
||||||
|
|
||||||
local total=${#all_packages[@]}
|
local total=${#all_packages[@]}
|
||||||
local existing=0
|
local existing=0
|
||||||
@@ -130,6 +130,7 @@ get_group_packages() {
|
|||||||
printf '%s\n' \
|
printf '%s\n' \
|
||||||
hyprland hyprpaper hyprlock hypridle \
|
hyprland hyprpaper hyprlock hypridle \
|
||||||
waybar wofi swaync kitty \
|
waybar wofi swaync kitty \
|
||||||
|
sddm \
|
||||||
brightnessctl playerctl \
|
brightnessctl playerctl \
|
||||||
grim slurp swappy hyprshot \
|
grim slurp swappy hyprshot \
|
||||||
wl-clipboard libnotify sshpass
|
wl-clipboard libnotify sshpass
|
||||||
|
|||||||
Reference in New Issue
Block a user