fix dotfiles path inclusion
This commit is contained in:
parent
1587257137
commit
3218dfd2d5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/nvim" = {
|
".config/nvim" = {
|
||||||
source = "dotfiles/nvim";
|
source = dotfiles/nvim;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue