* Always symlink etc/dbus-1 and share/dbus-1 in the system path, not
just when KDE is enabled. svn path=/nixos/trunk/; revision=23053
This commit is contained in:
parent
e41e6a65bb
commit
fc8204c0e4
@ -161,6 +161,8 @@ in
|
||||
config.system.path
|
||||
];
|
||||
|
||||
environment.pathsToLink = [ "/etc/dbus-1" "/share/dbus-1" ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ in
|
||||
|
||||
x11Packages = config.environment.kdePackages;
|
||||
|
||||
pathsToLink = [ "/etc/xdg" "/etc/dbus-1" "/share" ];
|
||||
pathsToLink = [ "/etc/xdg" "/share" ];
|
||||
|
||||
etc = singleton
|
||||
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||
|
Loading…
x
Reference in New Issue
Block a user