mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
programs/blender: reformat and update description
This commit is contained in:
parent
33fffb1072
commit
9654d7f551
@ -37,9 +37,8 @@ in
|
||||
addons = lib.mkOption {
|
||||
type = with lib.types; listOf package;
|
||||
description = lib.mdDoc ''
|
||||
List of packages to be added to Blender system resources. The addon
|
||||
packages are expected to have Blender resources in
|
||||
{file}`$out/share/blender`.
|
||||
List of packages providing Blender system resources at
|
||||
{file}`/share/blender` or at {file}`/share/blender/$MAJORMINORVERSION`.
|
||||
'';
|
||||
default = [ ];
|
||||
defaultText = "[]";
|
||||
|
Loading…
Reference in New Issue
Block a user