diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..0693ffc --- /dev/null +++ b/flake.nix @@ -0,0 +1,11 @@ +{ + description = "Neovim configuration by DuN0z"; + + outputs = { self, nixpkgs }: { + # On fournit simplement le dossier comme sortie + nvimConfig = { + type = "path"; + path = self; + }; + }; +}