{ ... }: { flake.homeModules.nathan-pywal = { config, lib, pkgs, ... }: { config = { home.packages = with pkgs; [ pywal16 imagemagick ]; }; }; }