feat: package conjure

This commit is contained in:
Kat Inskip 2026-02-03 06:41:47 -08:00
parent c5310013ae
commit 032fb0579a
2 changed files with 24 additions and 1 deletions

View file

@ -23,6 +23,7 @@
(define neovim-packages
(list neovim
neovim-nfnl
neovim-conjure
vim-paredit
vim-guix-vim))
@ -54,6 +55,9 @@
(home-environment
(packages (append neovim-packages
(list jujutsu
ripgrep
fd
sd
librewolf
fennel
fennel-ls
@ -63,7 +67,7 @@
(list
(simple-service 'editor-env-var
home-environment-variables-service-type
'(("EDITOR" . "neovim")))
'(("EDITOR" . "nvim")))
(service home-fish-service-type)