mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nvim as a submodule
This commit is contained in:
parent
f04c333384
commit
95c344b60c
3 changed files with 4 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "nvim"]
|
||||
path = src/user/modules/utils/modules/neovim/config/nvim
|
||||
url = git@github.com:itme-brain/nvim.git
|
||||
url = https://github.com/itme-brain/nvim.git
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
description = "My Nix Configs";
|
||||
|
||||
inputs =
|
||||
inputs =
|
||||
{
|
||||
self.submodules = true;
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6e8b63632cbbfec3355d28124c623417959da355
|
||||
Subproject commit 5c224976d84f72ef3468a6685590a3e50671de05
|
||||
Loading…
Add table
Add a link
Reference in a new issue