6 lines
122 B
Bash
6 lines
122 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
nix build .#homeConfigurations.alex.activationPackage
|
||
|
|
|
||
|
|
# active home manager config
|
||
|
|
./result/activate
|