{ config, pkgs, inputs, lib, ... }: { home.packages = with pkgs; [ # messenger element-desktop signal-desktop tdesktop # office xournalpp pdfpc # text publishing libreoffice poppler_utils zotero # graphics gimp inkscape # web chromium nyxt # media bookworm heroic anki-bin freetube qbittorrent nicotine-plus # other quickemu ]; imports = [ ./slim-desktop.nix ./gnome ./firefox.nix ./tex.nix ./fonts.nix ]; programs.obs-studio.enable = true; }