Nix-Config/bin/apply-users.bash

7 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
pushd ~/.my_config
home-manager switch -f ./users/tsv/home.nix
popd