Add: flake.nix to import in nix systems
This commit is contained in:
parent
82641f61be
commit
95354c758e
1 changed files with 11 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
description = "Neovim configuration by DuN0z";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
# On fournit simplement le dossier comme sortie
|
||||
nvimConfig = {
|
||||
type = "path";
|
||||
path = self;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue