manage nvim with home manager

This commit is contained in:
cy 2024-12-15 02:08:57 -05:00
parent ce32eab887
commit cedd2c1983
8 changed files with 4 additions and 0 deletions

View file

@ -7,4 +7,8 @@
home.sessionVariables = {
"EDITOR" = "nvim";
};
xdg.configFile = {
nvim.source = ../nvim;
};
}