mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
* Some subdirectories should always be symlinked in the system path
when X11 is enabled (e.g. etc/xdg, share/icons...). svn path=/nixos/trunk/; revision=23062
This commit is contained in:
parent
ea1ba40374
commit
057602f3f2
@ -67,7 +67,7 @@ in
|
||||
|
||||
x11Packages = config.environment.kdePackages;
|
||||
|
||||
pathsToLink = [ "/etc/xdg" "/share" ];
|
||||
pathsToLink = [ "/share" ];
|
||||
|
||||
etc = singleton
|
||||
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||
|
@ -378,7 +378,10 @@ in
|
||||
++ optional (elem "ati_unfree" driverNames) kernelPackages.ati_drivers_x11;
|
||||
|
||||
environment.systemPackages = config.environment.x11Packages;
|
||||
|
||||
|
||||
environment.pathsToLink =
|
||||
[ "/etc/xdg" "/share/xdg" "/share/applications" "/share/icons" "/share/pixmaps" ];
|
||||
|
||||
services.hal.packages = optional (elem "virtualbox" driverNames) kernelPackages.virtualboxGuestAdditions;
|
||||
|
||||
jobs.xserver =
|
||||
|
Loading…
Reference in New Issue
Block a user