This commit is contained in:
암냥 2026-09-14 12:23:38 +09:00
commit e762d73f06
No known key found for this signature in database
2 changed files with 24 additions and 8 deletions

View file

@ -12,12 +12,4 @@
viAlias = true;
vimAlias = true;
};
home.activation.nvimConfigRepo = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
target="${config.xdg.configHome}/nvim"
rm -rf "$target"
${pkgs.git}/bin/git clone https://git.pari.ng/imnyang/nvim-config.git "$target"
'';
}