Closes: https://github.com/nix-community/stylix/issues/1924 Link: https://github.com/nix-community/stylix/pull/1932 Link: https://github.com/nix-community/stylix/pull/2177 Reviewed-by: 0xda157 <da157@voidq.com> Co-authored-by: khas-amir <dlordproudd@gmail.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
9 lines
185 B
Nix
9 lines
185 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "DankMaterialShell";
|
|
homepage = "https://github.com/AvengeMedia/DankMaterialShell";
|
|
maintainers = with lib.maintainers; [
|
|
khas-amir
|
|
skiletro
|
|
];
|
|
}
|