idk...getting close maybe. Things are installing in the wrong places

This commit is contained in:
Chris Cochrun 2022-05-18 11:18:31 -05:00
parent 3b9a625896
commit df4093fc06
6 changed files with 28 additions and 30 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
currentdir=$(pwd)
cd ~/.dotfiles
nixos-rebuild --use-remote-sudo switch --flake .#
cd $currentdir
nixos-rebuild --use-remote-sudo switch --verbose --flake .#
cd $currentdir