{ pkgs, ... }: { home-manager.users.toast = { programs.neovim = { enable = true; plugins = with pkgs.vimPlugins; [ catppuccin-nvim ]; }; }; }