{ config, pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    rawtherapee
    darktable
  ];
}