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