uiui
This commit is contained in:
parent
b494a2cc28
commit
4b0d08edf2
19
flake.nix
19
flake.nix
@ -7,12 +7,17 @@
|
|||||||
};
|
};
|
||||||
neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim";
|
neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, ... }@inputs: {
|
outputs = { self, nixpkgs, flake-nvim, flake-python, ... }:
|
||||||
nixosModules.flake = {config, pkgs, ...} :
|
{
|
||||||
{
|
nixosConfigurations.mySystem = nixpkgs.lib.nixosSystem {
|
||||||
environment.systemPackages = [
|
system = "x86_64-linux";
|
||||||
inputs.neovim
|
|
||||||
];
|
# On assemble les modules provenant des différents flakes
|
||||||
};
|
modules = [
|
||||||
|
flake-nvim.nixosModules.neovim
|
||||||
|
];
|
||||||
|
|
||||||
|
# Si besoin, on peut ajouter d'autres modules locaux ici
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user