add nerdfonts and nebula channel

This commit is contained in:
Peter Tillemans 2025-03-29 22:15:20 +01:00
parent b0b00c6238
commit abaec5e1c4
2 changed files with 14 additions and 11 deletions

View file

@ -1,7 +1,10 @@
(channel (channel
(version 0) (version 0)
(dependencies (dependencies
(channel (channel
(name nonguix) (name nonguix)
(url "https://gitlab.com/nonguix/nonguix.git")))) (url "https://gitlab.com/nonguix/nonguix.git"))
(channel
(name 'nebula)
(url "https://git.sr.ht/~apoorv569/nebula"))))

View file

@ -72,7 +72,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) #:use-module (nebula packages fonts)
) )
@ -189,11 +189,11 @@
font-lato font-lato
font-liberation font-liberation
font-google-noto-emoji font-google-noto-emoji
; fira-mono-nerd-font fira-mono-nerd-font
; fira-code-nerd-font fira-code-nerd-font
; jetbrains-mono-nerd-font jetbrains-mono-nerd-font
; meslo-nerd-font meslo-nerd-font
; hack-nerd-font hack-nerd-font
) )
) )