nixvim now references external repo

This commit is contained in:
2024-10-03 15:47:04 -05:00
parent 019d22979e
commit 35d920744f
2 changed files with 14 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
ags.url = "./ags";
nixvim.url = "./nixvim";
nixvim.url = "/home/nathan/Projects/Nixvim";
terminal.url = "./terminal"; #home manager only
@@ -33,6 +33,8 @@
inputs.nixvim.packages.${pkgs.system}.default
];
home.sessionVarriables.EDITOR = "nvim";
};
};