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

This commit is contained in:
sascha.koenig
2026-02-10 08:33:38 +01:00
parent 90a5344f62
commit 644c7eac5d
4 changed files with 117 additions and 2 deletions

View File

@@ -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