{pkgs, ...}: { fonts.packages = with pkgs; [ (nerdfonts.override {fonts = ["FiraCode"];}) montserrat noto-fonts atkinson-hyperlegible arkpandora_ttf liberation_ttf caladea carlito garamond-libre ocr-a ]; fonts.fontDir.enable = true; home-manager.users.jade = {pkgs, ...}: { home.packages = with pkgs; [ audacity krita gimp-with-plugins inkscape-with-extensions obs-studio kdenlive fspy scribus libreoffice typst rawtherapee ]; }; }