11 lines
210 B
Nix
11 lines
210 B
Nix
{
|
|
description = "Neovim configuration by DuN0z";
|
|
|
|
outputs = { self, nixpkgs }: {
|
|
# On fournit simplement le dossier comme sortie
|
|
nvimConfig = {
|
|
type = "path";
|
|
path = self;
|
|
};
|
|
};
|
|
}
|