Add fonts required by my config
This commit is contained in:
parent
ecb63a646f
commit
b7d84184bf
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
||||||
#:use-module (oni home services polybar))
|
#:use-module (oni home services polybar))
|
||||||
|
|
||||||
(home-environment
|
(home-environment
|
||||||
(packages (list (specification->package+output "glibc-locales")))
|
(packages (list (specification->package+output "glibc-locales")
|
||||||
|
(specification->package+output "font-fantasque-sans")
|
||||||
|
(specification->package+output "font-comic-neue")))
|
||||||
|
|
||||||
(services
|
(services
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue