{ config, lib, inputs, pkgs, ...}: { programs.nixvim = { enable = true; extraPlugins = with pkgs.vimPlugins; [ vim-nix ]; }; # Catppuccin catppuccin.nvim = { enable = true; flavor = "mocha"; }; }