diff --git a/nixos/update.sh b/nixos/update.sh index e468cc7..12e1bcb 100755 --- a/nixos/update.sh +++ b/nixos/update.sh @@ -1,6 +1,7 @@ update() { cd ~/dotfiles git pull + git submodule update sudo nixos-rebuild switch --flake ~/dotfiles home-manager switch --flake ~/dotfiles }