add nerdfonts and nebula channel
This commit is contained in:
parent
b0b00c6238
commit
abaec5e1c4
2 changed files with 14 additions and 11 deletions
|
@ -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"))))
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue