dotfiles/apply-users.sh

5 lines
80 B
Bash
Executable File

#!/bin/sh
pushd ~/.dotfiles
home-manager switch -f ./users/moritz/home.nix
popd