dotfiles/apply.sh

5 lines
70 B
Bash
Executable File

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