singularize output

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-14 15:27:59 +01:00
parent 985fa9e13e
commit a5b22888ab
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
outputs.plugins = with pkgs.vimPlugins; [zk-nvim];
output.plugins = with pkgs.vimPlugins; [zk-nvim];
output.config_file = ''
lua require("zk-config")
'';