6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pushd ~/.dotfiles
|
|
sudo nixos-rebuild switch --flake .#
|
|
popd
|