{ config, lib, pkgs, ... }: { config = { device.type = "desktop"; apps = { internet = { rss = { enable = true; }; }; }; }; }