{ pkgs, hyper, ... }: { home.packages = (with pkgs; [ chromium gnome-clocks gnome-calculator gnome-characters gnome-2048 qbittorrent wl-clipboard xfce.thunar ]) ++ (if hyper.isWorkstation then (with pkgs; [ signal-desktop unstable.code-cursor-fhs latest.antigravity element-desktop obsidian zoom-us inkscape audacity libreoffice ]) else []); }