neovim-config/flake.nix

12 lines
210 B
Nix
Raw Normal View History

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