services: xorg: Include font-alias in default FontPath.
* gnu/services/xorg.scm (xorg-configuration-file): Add font-alias directories to xserver.conf FontPath.
This commit is contained in:
parent
bf9655f57d
commit
d1ccd094f9
|
@ -89,6 +89,10 @@ EndSection"))
|
|||
|
||||
(apply mixed-text-file "xserver.conf" "
|
||||
Section \"Files\"
|
||||
FontPath \"" font-alias "/share/fonts/X11/75dpi\"
|
||||
FontPath \"" font-alias "/share/fonts/X11/100dpi\"
|
||||
FontPath \"" font-alias "/share/fonts/X11/misc\"
|
||||
FontPath \"" font-alias "/share/fonts/X11/cyrillic\"
|
||||
FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\"
|
||||
ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
|
||||
ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\"
|
||||
|
|
Loading…
Reference in New Issue