6 lines
118 B
Bash
6 lines
118 B
Bash
|
#!/bin/sh
|
||
|
pushd ~/nix-config
|
||
|
nix build .#homeManagerConfigurations.alejandro.activationPackage
|
||
|
./result/activate
|
||
|
popd
|