diff options
Diffstat (limited to 'home/config/zsh/zprofile')
-rw-r--r-- | home/config/zsh/zprofile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/home/config/zsh/zprofile b/home/config/zsh/zprofile index 18e9548..e0e165b 100644 --- a/home/config/zsh/zprofile +++ b/home/config/zsh/zprofile @@ -27,7 +27,16 @@ export EDITOR=nvim export CC=$(which gcc) export LD=$(which gcc) -# theming +# nvidia +#export LIBVA_DRIVER_NAME=nvidia +#export GBM_BACKEND=nvidia-drm +#export __GLX_VENDOR_LIBRARY_NAME=nvidia +#export __NV_PRIME_RENDER_OFFLOAD=1 +#export __VK_LAYER_NV_optimus=NVIDIA_only + +# nvk +#export MESA_LOADER_DRIVER_OVERRIDE=zink +#export NOUVEAU_USE_ZINK=1 # ricing export QT_QPA_PLATFORM_THEME=gtk2 |