From abaec5e1c48dca8aa4effbb5ea39bbae862aed0b Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 29 Mar 2025 22:15:20 +0100 Subject: [PATCH] add nerdfonts and nebula channel --- .guix-channel | 13 ++++++++----- snamellit/common.scm | 12 ++++++------ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.guix-channel b/.guix-channel index b93b30d..62fef83 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,7 +1,10 @@ (channel - (version 0) - (dependencies - (channel - (name nonguix) - (url "https://gitlab.com/nonguix/nonguix.git")))) + (version 0) + (dependencies + (channel + (name nonguix) + (url "https://gitlab.com/nonguix/nonguix.git")) + (channel + (name 'nebula) + (url "https://git.sr.ht/~apoorv569/nebula")))) diff --git a/snamellit/common.scm b/snamellit/common.scm index c99dc29..d411bb2 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -72,7 +72,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) ) @@ -189,11 +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 + fira-mono-nerd-font + fira-code-nerd-font + jetbrains-mono-nerd-font + meslo-nerd-font + hack-nerd-font ) )