Move packages to home-manager and add reflector

This commit is contained in:
Tobias Reisinger 2022-12-23 01:13:07 +01:00
parent 5fe1d603ad
commit b2bbddfefe
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 11 additions and 3 deletions

View file

@ -51,9 +51,9 @@ depends=(
### APPLICATIONS
"sddm"
"bemenu" "bemenu-x11" "j4-dmenu-desktop"
#"bemenu" "bemenu-x11" "j4-dmenu-desktop"
"bspwm"
"sxhkd" "polybar"
#"sxhkd" "polybar"
"pipewire-pulse" "vorbis-tools" "alsa-utils"
"gst-plugins-good" "gst-plugins-good" "gst-plugins-bad" "gst-plugins-ugly"
"polkit-gnome"
@ -61,7 +61,7 @@ depends=(
"lxappearance" "qt5ct" "gnome-icon-theme-extras" "gnome-themes-extra"
"thunar" "tumbler" "ffmpegthumbnailer"
"gtkspell"
"thunderbird" "virtualbox"
"thunderbird"
"qutebrowser" "python-adblock" "python-pynacl" "pdfjs-legacy"
"ungoogled-chromium" "firefox"
"chromium-widevine" "qt5-webengine-widevine"
@ -77,6 +77,7 @@ source=(
"etc_sddm.conf.d_autologin.conf"
"etc_sddm.conf.d_general.conf"
"etc_vconsole.conf"
"etc_xdg_reflector_reflector.conf"
"etc_X11_xorg.conf.d_50-mouse-acceleration.conf"
)
sha256sums=(
@ -90,6 +91,7 @@ sha256sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
)
backup=(
"boot/loader/loader.conf"
@ -119,6 +121,7 @@ package() {
_install "etc/sddm.conf.d/general.conf"
_install "etc/vconsole.conf"
_install "etc/X11/xorg.conf.d/50-mouse-acceleration.conf"
_install "etc/xdg/reflector/reflector.conf"
}
# vim: ft=sh

View file

@ -0,0 +1,5 @@
--save /etc/pacman.d/mirrorlist
--protocol https
--country Germany,Denmark,Netherlands,Belgium,Luxembourg,France,Austria,Czechia,Poland
--latest 10
--sort score