11.stylix/modules/dank-material-shell/meta.nix
jamie aa0272b6e0
dank-material-shell: init (#2177)
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>
2026-02-05 17:29:11 +01:00

9 lines
185 B
Nix

{ lib, ... }:
{
name = "DankMaterialShell";
homepage = "https://github.com/AvengeMedia/DankMaterialShell";
maintainers = with lib.maintainers; [
khas-amir
skiletro
];
}