dotfiles/update.sh

5 lines
91 B
Bash
Executable File

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