6 lines
116 B
Bash
Executable file
6 lines
116 B
Bash
Executable file
#!/bin/sh
|
|
pushd ~/dotfiles
|
|
nix build .#homeManagerConfigurations.alejandro.activationPackage
|
|
./result/activate
|
|
popd
|