feat: package conjure
This commit is contained in:
parent
c5310013ae
commit
032fb0579a
2 changed files with 24 additions and 1 deletions
6
home.scm
6
home.scm
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue