{ pkgs, ... }: { home.packages = with pkgs; [ unityhub ]; # so alcom can use it home.file.".local/bin/unityhub".source = "${pkgs.unityhub}/bin/unityhub"; }