Link: https://github.com/nix-community/stylix/pull/1566 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: Daniel Thwaites <danth@danth.me>
9 lines
172 B
Nix
9 lines
172 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Plymouth";
|
|
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth";
|
|
maintainers = with lib.maintainers; [
|
|
_0x5a4
|
|
danth
|
|
];
|
|
}
|