neovim-config/flake.nix
2025-10-22 07:01:35 +02:00

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;
};
};
}