{ config, pkgs, lib, ... }:
{
users.users.yoda = {
packages = with pkgs; [
unstable.freetube # YouTube client.
];
};
}