Use sessionVariables instead of normal variables for things that affect the session
This commit is contained in:
parent
802515cc86
commit
7a479eb08c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
# TODO: Use KDE portal features for file pickers and popups
|
# TODO: Use KDE portal features for file pickers and popups
|
||||||
# TODO: Add missing utilities for taking screenshots, recording, etc...
|
# TODO: Add missing utilities for taking screenshots, recording, etc...
|
||||||
|
|
||||||
environment.variables = {
|
environment.sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "nvidia";
|
LIBVA_DRIVER_NAME = "nvidia";
|
||||||
XDG_SESSION_TYPE = "wayland";
|
XDG_SESSION_TYPE = "wayland";
|
||||||
GBM_BACKEND = "nvidia-drm";
|
GBM_BACKEND = "nvidia-drm";
|
||||||
|
|
Loading…
Reference in a new issue