mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
add session vars
This commit is contained in:
parent
0b1710db4e
commit
26cd0870a8
1 changed files with 8 additions and 0 deletions
|
@ -10,5 +10,13 @@ _: {
|
|||
|
||||
# Store git credentials in KDE Wallet
|
||||
GIT_ASKPASS = "/home/user/.nix-profile/bin/ksshaskpass";
|
||||
|
||||
WAYLAND_DISPLAY = "wayland-1";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue