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