all repos — archive/nixos-configuration @ 975ef23c19f93a01db60c9834823b4eeea96be8e

Superseded by nixfiles

Workaround dbus error in systemd user sessions

Alan Pearce
commit

975ef23c19f93a01db60c9834823b4eeea96be8e

parent

f7103802c21e1ebe4fba1055c13030285f6e7d58

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M modules/xserver.nixmodules/xserver.nix
@@ -6,6 +6,8 @@ enableCtrlAltBackspace = true;
exportConfiguration = true; }; + services.dbus.socketActivated = true; + environment.sessionVariables = { XCURSOR_PATH = [ "${config.system.path}/share/icons"