dotfiles/apply-users.sh
2021-09-05 17:01:40 +02:00

4 lines
80 B
Bash
Executable file

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