{ config, pkgs, inputs, lib, ... }: { home.packages = with pkgs; [ # messenger signal-desktop telegram-desktop # office xournalpp pdfpc # text publishing libreoffice jdk poppler-utils zotero lorem typst # graphics gimp inkscape # web chromium nyxt # media anki-bin qbittorrent nicotine-plus # other quickemu keymapp gnome-solanum eduvpn-client yt-dlp ]; imports = [ ./slim-desktop.nix ./gnome ./firefox.nix ./librewolf.nix ./tex.nix ./fonts.nix ./r.nix ]; programs.obs-studio.enable = true; # programs.freetube.enable = true; }