Compare commits

..

1 Commits

Author SHA1 Message Date
Random936
283ef0417b Updated nixos update script to update git submodules 2025-12-01 12:47:50 -05:00

View File

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