NixOS

Members of the NixOS community maintain a package of Polychromatic.

With a command

nix-shell -p polychromatic

Or, by updating configuration.nix

environment.systemPackages = with pkgs; [
    polychromatic
];

Then rebuild your system:

sudo nixos-rebuild switch