Fix things
This commit is contained in:
@@ -92,7 +92,7 @@ in
|
||||
|
||||
# Symlink the nvim/lua directory to ~/.config/nvim/lua
|
||||
# This allows for editing the lua modules without a nix rebuild
|
||||
xdg.configFile."nvim/lua".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/dot/nvim/lua";
|
||||
xdg.configFile."nvim/lua".source = config.lib.file.mkOutOfStoreSymlink "${config.dot.dotfilesPath}/nvim/lua";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nodejs-slim
|
||||
|
||||
Reference in New Issue
Block a user