added neovim
This commit is contained in:
@ -11,9 +11,11 @@
|
||||
|
||||
agenix.inputs.darwin.follows = "";
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-bitcoin, agenix, ... }:
|
||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }:
|
||||
|
||||
{
|
||||
|
||||
@ -32,7 +34,9 @@
|
||||
|
||||
agenix.nixosModules.default
|
||||
|
||||
nixvim.nixosModules.nixvim
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user