[Linux] Update arch dependencies
This commit is contained in:
parent
693524f1d3
commit
019730a5ed
@ -34,7 +34,8 @@ PACKAGES = [
|
|||||||
|
|
||||||
|
|
||||||
SERVICES = [
|
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=(
|
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"
|
"autoconf" "automake" "the_silver_searcher" "jdk8-openjdk" "openjdk8-doc"
|
||||||
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
||||||
"keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
"keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
||||||
"pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon"
|
"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=(
|
LANGUAGES=(
|
||||||
@ -25,7 +33,7 @@ APPEARANCE=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
NVIDIA=(
|
NVIDIA=(
|
||||||
"nvidia-settings" "feh"
|
"nvidia-settings"
|
||||||
)
|
)
|
||||||
|
|
||||||
MACBOOK=(
|
MACBOOK=(
|
||||||
|
Loading…
Reference in New Issue
Block a user