Move packages to home-manager and add reflector
This commit is contained in:
parent
5fe1d603ad
commit
b2bbddfefe
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
5
arch/etc_xdg_reflector_reflector.conf
Normal file
5
arch/etc_xdg_reflector_reflector.conf
Normal 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
|
Loading…
Reference in a new issue