index
:
nix/system
master
My NixOS Configuration
Nathan Reiner <nathan@nathanreiner.xyz>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
programs
/
neovim.nix
blob: bf249ef9addb9584a1988322d29fbcf8b5fa4c3b (
plain
)
1
2
3
4
5
{
pkgs
,
...
}:
{
enable
=
true
;
defaultEditor
=
true
;
}