11.stylix/modules/blender/meta.nix
NAHO bba3152bd2
treewide: standardize URL format by removing trailing slashes (#1566)
Link: https://github.com/nix-community/stylix/pull/1566

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-07-06 22:18:33 +02:00

14 lines
375 B
Nix

{ lib, ... }:
{
maintainers = [ lib.maintainers.make-42 ];
name = "Blender";
homepage = "https://www.blender.org";
description = ''
> [!IMPORTANT]
>
> This target will have no effect unless the Blender theme is properly
> [enabled](
> https://docs.blender.org/manual/en/latest/editors/preferences/themes.html)
> within Blender itself.
'';
}