Automatically run doom env after nix update

This commit is contained in:
2024-01-22 11:30:44 -08:00
parent 62fab54829
commit e30191dd8d

View File

@@ -4,3 +4,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pushd $SCRIPT_DIR/../nix &> /dev/null
home-manager switch --flake ".#std"
if type -q doom; then
doom env
fi