WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 79a7db5bb9 - Show all commits

View file

@ -210,8 +210,9 @@ update() {
} }
plugins() { plugins() {
echo "Updating NeoVim plugins" echo "Updating NeoVim plugins to match lockfiles"
nvim --headless -c "Lazy! update" -c 'TSUpdateSync' -c 'MasonUpdateAll' -c 'qa' nvim --headless -c "Lazy! restore" -c 'TSUpdateSync' -c 'MasonLockRestore' -c 'qa'
echo "Updating zsh plugins"
zinit self-update zinit self-update
zinit update -p zinit update -p
} }