all repos — nixfiles @ 975ef23c19f93a01db60c9834823b4eeea96be8e

System and user configuration, managed by nix and home-manager

Workaround dbus error in systemd user sessions
Alan Pearce alan@alanpearce.eu
Mon, 18 Sep 2017 18:58:18 +0200
commit

975ef23c19f93a01db60c9834823b4eeea96be8e

parent

f7103802c21e1ebe4fba1055c13030285f6e7d58

1 files 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"