programs.kodi.settings
Home-Manager option
Configuration to write to the advancedsettings.xml file in kodis userdata directory. Settings specified here will be immutable from inside kodi and be hidden from the GUI settings dialog. See https://kodi.wiki/view/Advancedsettings.xml as reference for how settings need to be specified. The innermost attributes must be of type str.
type: null or attribute sets or lists of stringsDefault
null
Example
declared in: <home-manager/modules/programs/kodi.nix>source unavailable{ videolibrary.showemptytvshows = "true"; }