mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add font-google-noto, font-google-noto-emoji and font-julia-mono for better unicode support
parent
b35983a21f
commit
29db0c46c1
|
@ -88,7 +88,8 @@
|
|||
#|disk |# lf
|
||||
#|databases |# recutils
|
||||
#|file |# file
|
||||
#|fonts |# font-arabic-misc font-liberation font-meslo-lg-dz
|
||||
#|fonts |# font-awesome font-google-noto font-google-noto-emoji
|
||||
font-juliamono font-liberation font-meslo-lg-dz
|
||||
font-misc-misc font-un font-wqy-zenhei
|
||||
#|freedesktop |# xdg-utils
|
||||
#|games |# minetest supertuxkart xonotic
|
||||
|
@ -295,19 +296,11 @@
|
|||
|
||||
#|Zero|#
|
||||
((partial @zero '/operating-systems/)
|
||||
'(buer))
|
||||
(list (string->symbol (gethostname))))
|
||||
((partial @zero '/home-environments/)
|
||||
'(radio))
|
||||
((partial @zero '/home-environments/radio/)
|
||||
'(files))
|
||||
|
||||
#|Configuration|#
|
||||
((symbol-prefix-proc
|
||||
'~/areas/code/scm/radix/operating-system/)
|
||||
(list (string->symbol (gethostname))))
|
||||
((symbol-prefix-proc
|
||||
'~/areas/code/scm/radix/home-environments/)
|
||||
(list (string->symbol (getlogin))))))
|
||||
'(files))))
|
||||
|
||||
,@(map (match-lambda
|
||||
((x . y) (abbreviation
|
||||
|
|
Loading…
Reference in New Issue