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