mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
services: xorg: Fix typo in font path.
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Fix typo in font path.
This commit is contained in:
parent
8fd3de0bbb
commit
378377eb43
1 changed files with 1 additions and 1 deletions
|
@ -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\"
|
||||||
|
|
Loading…
Reference in a new issue