This commit is contained in:
Arthur Wambst 2025-02-25 15:37:03 +01:00
parent 7e27df2bac
commit 07b57955e6

View File

@ -2,7 +2,7 @@
{ {
description = "My own Neovim flake"; description = "My own Neovim flake";
inputs = { inputs = {
nvim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; neovim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim";
}; };
outputs = { self, ... }@inputs: { outputs = { self, ... }@inputs: {
nixosModules.flake = {config, pkgs, ...} : nixosModules.flake = {config, pkgs, ...} :