dotfiles/apply.sh
2021-09-10 12:12:10 +00:00

4 lines
70 B
Bash
Executable file

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