programs.sketchybar.extraLuaPackages

Home-Manager option

The extra Lua packages required for your plugins to work. This option accepts a function that takes a Lua package set as an argument, and selects the required Lua packages from this package set. See the example for more info.

type: function that evaluates to a(n) list of package
Default
ps: [ ]
Example
luaPkgs: with luaPkgs; [ luautf8 ]
declared in: <home-manager/modules/programs/sketchybar.nix>source unavailable