Generated configurations with as key their language (set via type).
Declarations
Type
attribute set of strings concatenated with "\n"
Example
{
viml = ''
" Generated by home-manager
map <leader> ,
'';
lua = ''
-- Generated by home-manager
vim.opt.background = "dark"
'';
}</leader>
Sign in to create a configuration using this setting.