hyprland: fix random dbus session address
This commit is contained in:
parent
78207fdbe7
commit
42125834a4
|
@ -14,6 +14,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.variables = [ "all" ];
|
systemd.variables = [ "all" ];
|
||||||
settings = {
|
settings = {
|
||||||
|
env = [
|
||||||
|
"DBUS_SESSION_BUS_ADDRESS,unix:path=/run/user/${toString config.profile.user.uid}/bus"
|
||||||
|
];
|
||||||
exec-once = lib.mkOrder 5 [
|
exec-once = lib.mkOrder 5 [
|
||||||
''${pkgs.dbus}/bin/dbus-update-activation-environment --all''
|
''${pkgs.dbus}/bin/dbus-update-activation-environment --all''
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue