dotfiles/apply-users.sh

6 lines
118 B
Bash
Executable file

#!/bin/sh
pushd ~/nix-config
nix build .#homeManagerConfigurations.alejandro.activationPackage
./result/activate
popd