Fixes bug where run system sync also syncs home-manager
This commit is contained in:
@@ -9,8 +9,7 @@ let
|
||||
pushd ''+myDotfilesDir+'';
|
||||
sudo nixos-rebuild switch --flake .#;
|
||||
popd;
|
||||
fi
|
||||
if [ "2" != "system" ]; then
|
||||
elif [ "2" != "system" ]; then
|
||||
pushd ''+myDotfilesDir+'';
|
||||
home-manager switch --flake .#''+myName+'';
|
||||
popd;
|
||||
|
Reference in New Issue
Block a user