{...}: { programs.nixvim.plugins.alpha = { enable = true; layout = [ { type = "padding"; val = 2; } { type = "text"; val = [ " ███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ " " ████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║ " " ██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║ " " ██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║ " " ██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║ " " ╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ " ]; opts = { position = "center"; hl = "Type"; }; } { type = "padding"; val = 2; } { type = "group"; val = [ { shortcut = "e"; desc = " New file"; command = "ene "; } { shortcut = "SPC q"; desc = " Quit Neovim"; command = ":qa"; } ]; } { type = "padding"; val = 2; } { type = "text"; val = "Inspiring quote here."; opts = { position = "center"; hl = "Keyword"; }; } ]; }; }