Commit for generation 58

This commit is contained in:
2024-09-25 01:51:45 -04:00
parent c15455d3ad
commit fbe1d2222b

View File

@@ -206,7 +206,14 @@ nixswitch() {
git push git push
fi fi
sudo nixos-rebuild switch --flake "$HOME/sysflakes#glasshouse" sudo nixos-rebuild switch --flake "$HOME/sysflakes#glasshouse"
cd $OLDPWD
} }
journal() {
# journal for keeping track of stuff I do that isn't declared in my nix config
[ ! -f "$HOME/loose_ends" ] && touch "$HOME/loose_ends"
echo "$1" >> "$HOME/loose_ends"
}
''; '';
initExtraBeforeCompInit = '' initExtraBeforeCompInit = ''