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
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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\"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue