1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/programs/kodi/example-sources-expected.xml
Daniel Wagenknecht cbc176010b
kodi: add module
Kodi is a media center software.
2022-01-26 23:56:25 +01:00

17 lines
396 B
XML

<!-- Generated by Home Manager. -->
<sources>
<video>
<default>movies</default>
<source>
<allowsharing>true</allowsharing>
<name>videos</name>
<path pathversion="1">/path/to/videos</path>
</source>
<source>
<allowsharing>true</allowsharing>
<name>movies</name>
<path pathversion="1">/path/to/movies</path>
</source>
</video>
</sources>