{ config, pkgs, ... }:
{
users.users.yoda = {
packages = with pkgs; [
digikam # Photo organization
rawtherapee # Edit RAW photos
];
};
}