Skip to content
Snippets Groups Projects
Commit 378377eb authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

services: xorg: Fix typo in font path.

* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Fix typo in
  font path.
parent 8fd3de0b
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ (define* (xorg-start-command #:key ...@@ -48,7 +48,7 @@ (define* (xorg-start-command #:key
(define (xserver.conf) (define (xserver.conf)
(text-file* "xserver.conf" " (text-file* "xserver.conf" "
Section \"Files\" Section \"Files\"
FontPath \"" font-adobe75dpi "/share/font/X11/75dpi\" FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\"
ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\" ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\" ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\"
ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\" ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment