This commit is contained in:
Arthur Wambst 2025-02-25 15:38:39 +01:00
parent 07b57955e6
commit fc3b2f0857

View File

@ -2,9 +2,12 @@
{ {
description = "My own Neovim flake"; description = "My own Neovim flake";
inputs = { inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs";
};
neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim";
}; };
outputs = { self, ... }@inputs: { outputs = { self, nixpkgs, ... }@inputs: {
nixosModules.flake = {config, pkgs, ...} : nixosModules.flake = {config, pkgs, ...} :
{ {
environment.systemPackages = [ environment.systemPackages = [