Files
dotfiles/bin/,nixup

10 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
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