diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ write_files: runcmd: - /run/installer - su - kdam0 -c 'git clone "https://gitlab.com/kdam0/dotfiles-nix.git"' - - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager' + - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager && git remote set-url origin git@gitlab.com:kdam0/dotfiles-nix.git' - su - kdam0 -c 'nix run home-manager/master switch' - chsh -s /home/kdam0/.nix-profile/bin/zsh kdam0 - echo "machine is ready for use!" |
