Add elogind

This commit is contained in:
OBJNULL 2026-05-10 02:32:09 -05:00
parent 16bf930901
commit f6c68ff94b

View file

@ -122,10 +122,8 @@ getPackage "alacritty swaybg"
getPackage "xwayland-satellite" getPackage "xwayland-satellite"
getPackage "grim slurp" getPackage "grim slurp"
getPackage "noctalia-shell niri swaylock" getPackage "noctalia-shell niri swaylock"
getPackage "elogind"
getPackage "pipewire wireplumber" getPackage "pipewire wireplumber"
displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
displayCmd "ln -s /usr/share/examples/pipewire/20-pipewire-pulse.conf /etc/pipewire/pipewire.conf.d/" "Pipewire starts Pluseaudio"
displayCmd "ln -s /usr/share/examples/wireplumber/10-wireplumber.conf /etc/pipewire/pipewire.conf.d/" "Pipewire starts Wireplumber"
getPackage "flatpak" getPackage "flatpak"
displayCmd "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" "Adding Flathub to Flatpak Repos" displayCmd "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" "Adding Flathub to Flatpak Repos"
getFlatpak "com.github.tchx84.Flatseal" getFlatpak "com.github.tchx84.Flatseal"
@ -135,7 +133,10 @@ getPackage "yazi helix lazygit iamb"
# --- Configurations --- # --- Configurations ---
displayTitle "Configurations" displayTitle "Configurations"
displayCmd "mkdir ${HOMEDIR}/.config" "Creating config directory" displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
displayCmd "ln -s /usr/share/examples/pipewire/20-pipewire-pulse.conf /etc/pipewire/pipewire.conf.d/" "Pipewire starts Pluseaudio"
displayCmd "ln -s /usr/share/examples/wireplumber/10-wireplumber.conf /etc/pipewire/pipewire.conf.d/" "Pipewire starts Wireplumber"
displayCmd "ln -s /etc/sv/elogind /var/service" "Enabling elogind"
displayCmd "cp -r .config ${HOMEDIR}/.config" "Installing configs" displayCmd "cp -r .config ${HOMEDIR}/.config" "Installing configs"
displayCmd "cp .bashrc ${HOMEDIR}/.bashrc" "Installing bash profile" displayCmd "cp .bashrc ${HOMEDIR}/.bashrc" "Installing bash profile"
displayCmd "cp -r Pictures ${HOMEDIR}/Pictures" "Installing pictures" displayCmd "cp -r Pictures ${HOMEDIR}/Pictures" "Installing pictures"