gnu: gnome: Propagate font-dejavu.
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to provide a better default for "Monospace". Otherwise the terminal looks horrible and defaults to Nimbus Mono, a Courier-like face.
This commit is contained in:
parent
50631fe933
commit
a9dbefdc9d
|
@ -5676,6 +5676,7 @@ software that do not provide their own configuration interface.")
|
||||||
`(("adwaita-icon-theme" ,adwaita-icon-theme)
|
`(("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
("baobab" ,baobab)
|
("baobab" ,baobab)
|
||||||
("font-cantarell" ,font-cantarell)
|
("font-cantarell" ,font-cantarell)
|
||||||
|
("font-dejavu" ,font-dejavu)
|
||||||
("at-spi2-core" ,at-spi2-core)
|
("at-spi2-core" ,at-spi2-core)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("dconf" ,dconf)
|
("dconf" ,dconf)
|
||||||
|
|
Loading…
Reference in New Issue