This commit is contained in:
biscuit
2025-05-13 11:22:45 -05:00
parent 94f91e9a6d
commit 5d7d8e4b4f
6 changed files with 48 additions and 34 deletions
+5 -5
View File
@@ -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 packages/nvim/nvchad added at 2b4293a4c1