fix: update paths

This commit is contained in:
Oliver Davies 2022-12-21 11:40:36 +00:00
parent 7235dc60dd
commit 3f61fa3824
2 changed files with 6 additions and 6 deletions

View file

@ -167,12 +167,12 @@
];
xdg.configFile.bin = {
source = ../../../bin;
source = ../../bin;
recursive = true;
};
xdg.configFile.nvim = {
source = ../../../config/neovim;
source = ../../config/neovim;
recursive = true;
};
}