4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
pushd ~/.dotfiles
|
|
home-manager switch -f ./users/moritz/home.nix
|
|
popd
|