manage nvim with home manager
This commit is contained in:
parent
ce32eab887
commit
cedd2c1983
8 changed files with 4 additions and 0 deletions
|
@ -7,4 +7,8 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
"EDITOR" = "nvim";
|
"EDITOR" = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile = {
|
||||||
|
nvim.source = ../nvim;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue