11.stylix/modules/spotify-player/meta.nix
repparw 11ceb2fde1
spotify-player: init (#1177)
Link: https://github.com/danth/stylix/pull/1177

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-04-25 15:07:03 -07:00

5 lines
90 B
Nix

{ lib, ... }:
{
maintainers = [ lib.maintainers.repparw ];
name = "spotify-player";
}