A few typos in previous commits
svn path=/nixos/trunk/; revision=21105
This commit is contained in:
parent
1e83fe6122
commit
267e0af8db
@ -34,6 +34,7 @@ for i in $NIX_PROFILES; do # !!! reverse
|
||||
|
||||
# KDE/Gnome stuff.
|
||||
export KDEDIRS=$i:$KDEDIRS
|
||||
export QT_PLUGIN_PATH=$i/plugins:$QT_PLUGIN_PATH
|
||||
export XDG_CONFIG_DIRS=$i/etc/xdg:$XDG_CONFIG_DIRS
|
||||
export XDG_DATA_DIRS=$i/share:$XDG_DATA_DIRS
|
||||
done
|
||||
|
@ -30,5 +30,6 @@ mkIf (kdePackages != [] && config.services.xserver.enable) {
|
||||
environment = {
|
||||
x11Packages = kdePackages;
|
||||
systemPackages = kdePackages;
|
||||
extraLinkPaths = [ "/share" "/plugins" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user