{pkgs, ...}: { home-manager.users.toast = { home.packages = with pkgs; [ jamesdsp ]; }; }