some changes to sessionvariables for toothpick

This commit is contained in:
cnst
2024-07-19 15:38:04 +02:00
parent f10ce0a603
commit a55a34afae
6 changed files with 21 additions and 24 deletions

View File

@@ -19,10 +19,4 @@
];
};
};
home.sessionVariables = {
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
}

View File

@@ -43,6 +43,9 @@
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "foot";
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
};
}

View File

@@ -32,6 +32,7 @@
adwaita-icon-theme
qt5.qtwayland
qt6.qtwayland
egl-wayland
# thefuck
wireguard-tools
wl-clipboard
@@ -43,6 +44,9 @@
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "foot";
QT_QPA_PLATFORM = "wayland-egl";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
};
}