{ pkgs, ... }: { home.packages = with pkgs; [ clipboard-jh ]; home.sessionVariables = { CLIPBOARD_THEME = "ansi"; }; }