diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 00:04:03 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 00:04:03 -0400 |
commit | de5b3744903ac290199963b4339036cf13423453 (patch) | |
tree | bdb0ccf3b1fc13c7c817d01fced2b0ab211576ac /home/config/zsh/zprofile | |
parent | update channels (diff) | |
download | dotfiles-guix-de5b3744903ac290199963b4339036cf13423453.tar.gz dotfiles-guix-de5b3744903ac290199963b4339036cf13423453.tar.bz2 dotfiles-guix-de5b3744903ac290199963b4339036cf13423453.zip |
merge dots updates from arch laptop
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 |