mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
17 lines
396 B
XML
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>
|