From 02781644343215f415866a9397a8c743cd7379a3 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 28 Mar 2025 17:47:13 +0100 Subject: [PATCH] add nerd fonts --- snamellit/common.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/snamellit/common.scm b/snamellit/common.scm index 1fa2a1c..9c13e5a 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -71,6 +71,7 @@ #:use-module (snamellit packages fzf) #:use-module (srfi srfi-1) #:use-module (ice-9 format) + #:use-module (nebula packages fonts) ) @@ -188,6 +189,11 @@ font-lato font-liberation font-google-noto-emoji + fira-mono-nerd-font + fira-code-nerd-font + jetbrains-mono-nerd-font + meslo-nerd-font + hack-nerd-font ) )