uiui
This commit is contained in:
parent
7e27df2bac
commit
07b57955e6
@ -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, ...} :
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user