.PHONY: build copy
USER := $(shell whoami)
HOST := $(shell hostname)
build:
nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage
copy: build
nix copy --to ssh://pixelifytica@legion ./result
rm ./result