mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 00:53:43 +02:00
feat: cronjob base package
This commit is contained in:
parent
76cd51a2b3
commit
9514b6e934
2 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
||||||
<summary><strong>System Components</strong></summary>
|
<summary><strong>System Components</strong></summary>
|
||||||
|
|
||||||
- Repos : ``` void-repo-multilib void-repo-nonfree ```
|
- Repos : ``` void-repo-multilib void-repo-nonfree ```
|
||||||
- Services : ``` dbus seatd elogind polkit bluez sddm ```
|
- Services : ``` dbus seatd elogind polkit bluez sddm cronie ```
|
||||||
- Network : ``` wpa_supplicant wifish wpa-cute wpa_gui - NetworkManager nmtui ```
|
- Network : ``` wpa_supplicant wifish wpa-cute wpa_gui - NetworkManager nmtui ```
|
||||||
- Base : ``` xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify ```
|
- Base : ``` xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify ```
|
||||||
- Dev tools : ``` git base-devel ```
|
- Dev tools : ``` git base-devel ```
|
||||||
|
|
|
@ -5,7 +5,7 @@ CLEAR_CACHE=false
|
||||||
DISABLE_GRUB_MENU=false
|
DISABLE_GRUB_MENU=false
|
||||||
|
|
||||||
declare -A PACKAGES=(
|
declare -A PACKAGES=(
|
||||||
["BASE_PACKAGES"]="git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
|
["BASE_PACKAGES"]="cronie git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
|
||||||
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
||||||
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol nemo eog pavucontrol evince"
|
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol nemo eog pavucontrol evince"
|
||||||
["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps"
|
["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps"
|
||||||
|
@ -95,6 +95,7 @@ enable_services() {
|
||||||
"/etc/sv/NetworkManager"
|
"/etc/sv/NetworkManager"
|
||||||
"/etc/sv/polkitd"
|
"/etc/sv/polkitd"
|
||||||
"/etc/sv/bluetoothd"
|
"/etc/sv/bluetoothd"
|
||||||
|
"/etc/sv/crond"
|
||||||
)
|
)
|
||||||
|
|
||||||
for service in "${services[@]}"; do
|
for service in "${services[@]}"; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue