dotfiles/apply-system.sh
2022-09-18 14:34:41 -07:00

5 lines
69 B
Bash
Executable file

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