From d549b7146009d9d5362a85592827acbf7b6e5fc2 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 28 Mar 2025 17:56:15 +0100 Subject: [PATCH] uncomment nerd fonts --- snamellit/common.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index 9c13e5a..edb7ff0 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -71,7 +71,7 @@ #:use-module (snamellit packages fzf) #:use-module (srfi srfi-1) #:use-module (ice-9 format) - #:use-module (nebula packages fonts) +;; #:use-module (nebula packages fonts) ) @@ -83,7 +83,6 @@ cifs-utils gnupg pinentry - go-github-com-junegunn-fzf-0.54.3 tmux @@ -189,11 +188,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 +; fira-mono-nerd-font +; fira-code-nerd-font +; jetbrains-mono-nerd-font +; meslo-nerd-font +; hack-nerd-font ) )