{ pkgs, ... }: { home.username = "till"; home.homeDirectory = "/home/till"; imports = [ ./slim-desktop.nix ./fonts.nix ./gnome ./r.nix ./tex.nix ]; 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 ]; programs.obs-studio.enable = true; }