diff --git a/bin/,nixup b/bin/,nixup index b22c91f..29ad925 100755 --- a/bin/,nixup +++ b/bin/,nixup @@ -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