Skip to content

Commit

Permalink
Fix mkOutOfStoreSymlink for flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Jan 7, 2022
1 parent fb314d9 commit 8d8d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/neovim.nix
Expand Up @@ -121,7 +121,7 @@ let
in
{
# Create a symlink to config without a rebuild
xdg.configFile."nvim/lua/user.lua".source = config.lib.file.mkOutOfStoreSymlink (vimDir + /user.lua);
xdg.configFile."nvim/lua/user.lua".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dotfiles/dotfiles/neovim/user.lua";

programs.neovim = {
enable = true;
Expand Down

0 comments on commit 8d8d82d

Please sign in to comment.