11.stylix/modules/spotify-player/meta.nix
2025-05-18 14:09:50 +01:00

6 lines
148 B
Nix

{ lib, ... }:
{
name = "spotify-player";
homepage = "https://github.com/aome510/spotify-player";
maintainers = [ lib.maintainers.repparw ];
}