Run the provision script

This commit is contained in:
Daniel Flanagan 2020-11-07 22:45:32 -06:00
parent a70fed20e0
commit c8d3ae9d00
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 4 deletions

View File

@ -72,9 +72,7 @@ distro_specific_root_setup() {
add_unstable_channel
nixos-rebuild switch # this should create the `daniel` user
elif test $is_arch_linux -eq 1; then
# TODO: install any necessary packages for remaining setup portion
"$root_home$dotfiles/env/arch-linux/provision.d/00-add-user.bash"
printf ''
fi
}
@ -83,8 +81,7 @@ distro_specific_user_setup() {
FUNC=$(declare -f symlink_nixos)
sudo sh -c "$FUNC; symlink_nixos \"$daniel_home$dotfiles/env/nix/\""
elif test $is_arch_linux -eq 1; then
# TODO: setup all the things
printf ''
"$root_home$dotfiles/env/arch-linux/provision.sh"
fi
}