1
0
Fork 0

added nvidia settings

This commit is contained in:
Kim, Jimin 2021-11-29 08:54:24 +09:00
parent f697059e1c
commit 5c5232e53e

View file

@ -342,15 +342,16 @@ setup_git() {
setup_gnome() {
# gnome, nvidia driver, and optimus manager
# gdm-prime: gdm patched for optimus laptops
# xcursor-breeze: cursor design
# matcha-gtk-theme: gtk theme
# papirus-icon-theme: icon theme
# gnome-backgrounds: wallpapers and shit
# gwe: nvidia GPU overclocking https://gitlab.com/leinardi/gwe
# nvidia: nvidia GPU support
# lib32-nvidia-utils 32bit nvidia driver utils
# optimus-manager-qt: https://github.com/Shatur/optimus-manager-qt
# gdm-prime gdm patched for optimus laptops
# xcursor-breeze cursor design
# matcha-gtk-theme gtk theme
# papirus-icon-theme icon theme
# gnome-backgrounds wallpapers and shit
# gwe nvidia GPU overclocking https://gitlab.com/leinardi/gwe
# nvidia nvidia GPU support
# nvidia-settings nvidia settings
# lib32-nvidia-utils 32bit nvidia driver utils
# optimus-manager-qt https://github.com/Shatur/optimus-manager-qt
package_install \
gdm-prime \
@ -360,6 +361,7 @@ setup_gnome() {
gnome-backgrounds \
gwe \
nvidia \
nvidia-settings \
lib32-nvidia-utils \
optimus-manager-qt