WIP: Switch to NixOS #5

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

View file

@ -124,7 +124,7 @@ dotsync() { cd $DOTREPO && gpull && ga && gc && gpush && cd $OLDPWD }
passync() { pass git pull && pass git push && updatesecrets } passync() { pass git pull && pass git push && updatesecrets }
# update stuff # update stuff
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zinit update && $HOME/.tmux/plugins/tpm/bin/update_plugins all } plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zinit self-update && zinit update -p && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
update() { yay -Syu --devel firefox-nightly } update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update } updateall() { update; plugupdate; sudo awman-update }