Updated nixos update script to update git submodules

This commit is contained in:
Random936
2025-12-01 12:47:50 -05:00
parent 5180bc805c
commit 283ef0417b

View File

@@ -1,6 +1,7 @@
update() { update() {
cd ~/dotfiles cd ~/dotfiles
git pull git pull
git submodule update
sudo nixos-rebuild switch --flake ~/dotfiles sudo nixos-rebuild switch --flake ~/dotfiles
home-manager switch --flake ~/dotfiles home-manager switch --flake ~/dotfiles
} }