Compare commits
3 commits
0df86d0b50
...
dc78a8f5d9
Author | SHA1 | Date | |
---|---|---|---|
dc78a8f5d9 | |||
e8911c0f97 | |||
a89fa1d99c |
1 changed files with 7 additions and 1 deletions
|
@ -73,6 +73,7 @@ kde_themes() {
|
|||
}
|
||||
kde() {
|
||||
kde_install
|
||||
kde_themes
|
||||
}
|
||||
## SWAY ##
|
||||
sway_install() {
|
||||
|
@ -135,7 +136,7 @@ install_yay() {
|
|||
install_pacman() {
|
||||
# Base Deps
|
||||
$SYS_INSTALL net-tools flatpak fish
|
||||
$SYS_INSTALL sof-firmware
|
||||
$SYS_INSTALL sof-firmware fprintd
|
||||
$SYS_INSTALL hunspell-en_us noto-fonts-emoji
|
||||
|
||||
# Virtualization
|
||||
|
@ -187,6 +188,10 @@ install_flat() {
|
|||
$FLH_INSTALL flathub org.vinegarhq.Sober
|
||||
$FLH_INSTALL flathub org.libretro.RetroArch
|
||||
}
|
||||
setup_fprintd() {
|
||||
sudo rm -f /etc/pam.d/system-auth
|
||||
sudo wget $HOME_SERVER/Configs/fprintd.conf -O /etc/pam.d/system-auth
|
||||
}
|
||||
|
||||
# Entry Point
|
||||
main() {
|
||||
|
@ -206,6 +211,7 @@ main() {
|
|||
install_pacman
|
||||
install_aur
|
||||
install_flat
|
||||
setup_fprintd
|
||||
|
||||
# Enabling Daemons #
|
||||
sudo systemctl enable --now libvirtd
|
||||
|
|
Loading…
Reference in a new issue