add nerd fonts

This commit is contained in:
Peter Tillemans 2025-03-28 17:47:13 +01:00
parent 65a2cfd132
commit 0278164434

View file

@ -71,6 +71,7 @@
#:use-module (snamellit packages fzf) #:use-module (snamellit packages fzf)
#:use-module (srfi srfi-1) #:use-module (srfi srfi-1)
#:use-module (ice-9 format) #:use-module (ice-9 format)
#:use-module (nebula packages fonts)
) )
@ -188,6 +189,11 @@
font-lato font-lato
font-liberation font-liberation
font-google-noto-emoji font-google-noto-emoji
fira-mono-nerd-font
fira-code-nerd-font
jetbrains-mono-nerd-font
meslo-nerd-font
hack-nerd-font
) )
) )