wow
This commit is contained in:
parent
15091ac422
commit
e762d73f06
2 changed files with 24 additions and 8 deletions
|
|
@ -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"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue