Remove redundant Intel graphics variable

This commit is contained in:
coolneng 2024-02-08 18:50:22 +01:00
parent 7a43470f18
commit 37f0a44f32
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ with pkgs;
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
export GIT_CONFIG_NOSYSTEM=true export GIT_CONFIG_NOSYSTEM=true
export SYSTEMD_LESS=FRSMK export SYSTEMD_LESS=FRSMK
export LIBVA_DRIVER_NAME=iHD
''; '';
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };