dotfiles/apply-users.sh

6 lines
116 B
Bash
Executable file

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