mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ XORG-SERVER. Usually the X server is started by a login manager."
|
|||
(define (xserver.conf)
|
||||
(text-file* "xserver.conf" "
|
||||
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-input-mouse "/lib/xorg/modules/input\"
|
||||
ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue