Nix-Config/bin/apply-users.bash

7 lines
90 B
Bash
Raw Normal View History

2023-02-05 14:48:47 +00:00
#!/usr/bin/env bash
pushd ~/.my_config
home-manager switch -f ./users/tsv/home.nix
popd