index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mac
/
programs
/
vim.nix
blob: d8426afb2868935b13dcc282fe00228372dabf38 (
plain
) (
blame
)
1
2
3
4
5
6
{
programs
.
vim
=
{
enable
=
true
;
enableSensible
=
true
;
};
}