[Linux] Update arch dependencies
This commit is contained in:
parent
693524f1d3
commit
019730a5ed
@ -34,7 +34,8 @@ PACKAGES = [
|
||||
|
||||
|
||||
SERVICES = [
|
||||
"sshd.socket", "nvidia-persistenced.service", "NetworkManager.service", "teamviewerd.service", "--user vncserver@:1"
|
||||
"sshd.socket", "nvidia-persistenced.service", "NetworkManager.service",
|
||||
"teamviewerd.service", "--user vncserver@:1", "autorandr.service",
|
||||
]
|
||||
|
||||
|
||||
|
@ -6,12 +6,20 @@ indirect_expand() {
|
||||
}
|
||||
|
||||
ESSENTIAL=(
|
||||
"lightdm-git" "zsh", "git" "emacs-git" "autoconf" "pkg-config" "pyenv"
|
||||
"lightdm-git" "zsh" "git" "emacs-git" "autoconf" "pkg-config" "pyenv"
|
||||
"autoconf" "automake" "the_silver_searcher" "jdk8-openjdk" "openjdk8-doc"
|
||||
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
||||
"keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
||||
"pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon"
|
||||
"pavucontrol" "xsettingsd-git" "udiskie", "python-pip"
|
||||
"pavucontrol" "xsettingsd-git" "udiskie" "python-pip" "gnome-keyring"
|
||||
)
|
||||
|
||||
NEEDED=(
|
||||
"playerctl" "vlc" "feh"
|
||||
)
|
||||
|
||||
OTHER=(
|
||||
"simplescreenrecorder"
|
||||
)
|
||||
|
||||
LANGUAGES=(
|
||||
@ -25,7 +33,7 @@ APPEARANCE=(
|
||||
)
|
||||
|
||||
NVIDIA=(
|
||||
"nvidia-settings" "feh"
|
||||
"nvidia-settings"
|
||||
)
|
||||
|
||||
MACBOOK=(
|
||||
|
Loading…
Reference in New Issue
Block a user