WIP
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
{ ... }: {
|
||||
|
||||
home.file.".config/nvim" = {
|
||||
source = ./nvchad;
|
||||
recursive = true;
|
||||
force = true;
|
||||
# BUG requires --impure
|
||||
source = /home/biscuit/Nixos/packages/nvim/nvchad;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
||||
Submodule
+1
Submodule packages/nvim/nvchad added at 2b4293a4c1
Reference in New Issue
Block a user