index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home
/
root
/
common
/
core
/
vim
/
default.nix
blob: ea4ed5e39be9bfe2a8ac59e47f23a03233e69193 (
plain
)
1
2
3
4
5
6
{
programs
.
vim
=
{
enable
=
true
;
extraConfig
=
(
builtins
.
readFile
./vimrc
);
};
}