nixvim now references external repo
This commit is contained in:
@@ -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";
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user