feat: add sidecar and td packages, fix neovim extraLuaConfig
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 4m18s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 4m18s
This commit is contained in:
@@ -29,8 +29,8 @@ in {
|
||||
withNodeJs = true;
|
||||
withPython3 = true;
|
||||
|
||||
# This is your init.lua content
|
||||
initLua = ''
|
||||
# This is your init.lua content (extraLuaConfig for compatibility with older home-manager)
|
||||
extraLuaConfig = ''
|
||||
-- Bootstrap lazy.nvim
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
|
||||
Reference in New Issue
Block a user