From 283ef0417bc223103d188b4cd5e0cee88080675c Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 1 Dec 2025 12:47:50 -0500 Subject: [PATCH] Updated nixos update script to update git submodules --- nixos/update.sh | 1 + 1 file changed, 1 insertion(+) 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 }