This commit is contained in:
biscuit
2025-05-13 09:38:18 -05:00
parent 6f6145f1c0
commit 904529022f
8 changed files with 63 additions and 119 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }: {
home.file.".config/nvim" = {
source = ./nvchad;
recursive = true;
force = true;
};
}