nur-packages/default.nix

9 lines
116 B
Nix
Raw Normal View History

2018-06-29 22:49:07 +02:00
{ callPackage }:
{
# My custom vim config, maybe of interest to others as well
vim = callPackage ./vim {};
}