niri doesnt start if DISPLAY is set before
This commit is contained in:
parent
3a415ccce9
commit
2c2d5a4103
2 changed files with 1 additions and 5 deletions
|
@ -49,6 +49,7 @@ in
|
|||
|
||||
environment = {
|
||||
DISPLAY = ":0"; # for xwayland-satellite
|
||||
ANKI_WAYLAND = "1";
|
||||
};
|
||||
|
||||
layout = {
|
||||
|
|
|
@ -40,11 +40,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
ANKI_WAYLAND = "1";
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
ungoogled-chromium
|
||||
|
|
Loading…
Add table
Reference in a new issue