{ config, pkgs, inputs, lib, ... }: { home.packages = with pkgs; [ # messenger element-desktop signal-desktop tdesktop # office okular xournalpp zoom-us pdfpc # text publishing libreoffice poppler_utils zotero pdftk # graphics drawing gimp godot_4 inkscape imagemagick ghostscript scrcpy # openshot-qt # audacity # web chromium # mullvad-vpn # nyxt # media bookworm heroic anki-bin ]; imports = [ ./minimal.nix ./gnome ./firefox.nix ./tex.nix ./fonts.nix ]; programs.obs-studio.enable = true; }