remove overriding session variables
This commit is contained in:
parent
dd6165547d
commit
066e749269
1 changed files with 4 additions and 15 deletions
|
|
@ -115,20 +115,9 @@ in
|
|||
preferXdgDirectories = true;
|
||||
|
||||
# I'm unsure if these work, which is annoying, but eh. who cares
|
||||
sessionVariables =
|
||||
{
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
TERM = "kitty";
|
||||
}
|
||||
// lib.mkIf enableGraphical {
|
||||
DISPLAY = ":0";
|
||||
GDK_BACKEND = "wayland,x11";
|
||||
QT_QPA_PLATFORM = "wayland;xcb";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
XDG_CURRENT_DESKTOP = "niri";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "niri";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
|
||||
# the default config told me not to change this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue