To run this configuration on a new machine. First, install nix:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Then, run the config for the system (mac or linux) with
git clone https://github.com/puhsu/dotfiles
# For a linux machine
nix run ./dotfiles"#homeConfigurations.linux.activationPackage"
# For a macos machine
nix run ./dotfiles"#homeConfigurations.mac.activationPackage"