singularize output
This commit is contained in:
parent
985fa9e13e
commit
a5b22888ab
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
outputs.plugins = with pkgs.vimPlugins; [zk-nvim];
|
output.plugins = with pkgs.vimPlugins; [zk-nvim];
|
||||||
output.config_file = ''
|
output.config_file = ''
|
||||||
lua require("zk-config")
|
lua require("zk-config")
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue