Force session variables
This commit is contained in:
parent
3130e4ee19
commit
e2bfa81b10
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
home.sessionVariables = {
|
||||
DISPLAY = ":0";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
};
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
|
Loading…
Add table
Reference in a new issue