dotfiles/update.sh

5 lines
80 B
Bash
Executable File

#!/bin/sh
pushd ~/.dotfiles
sudo nixos-rebuild switch --flake .# --upgrade
popd