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 = {
|
environment = {
|
||||||
DISPLAY = ":0"; # for xwayland-satellite
|
DISPLAY = ":0"; # for xwayland-satellite
|
||||||
|
ANKI_WAYLAND = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
|
|
@ -40,11 +40,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
ANKI_WAYLAND = "1";
|
|
||||||
DISPLAY = ":0";
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
|
Loading…
Add table
Reference in a new issue