{ config, lib, pkgs, ... }: { home.file.".vimrc".text = '' imap jk xmap JK ''; xdg.configFile."nvim/init.vim".text = '' so ~/.vimrc ''; }