Link: https://github.com/danth/stylix/pull/1177 Reviewed-by: awwpotato <awwpotato@voidq.com>
5 lines
90 B
Nix
5 lines
90 B
Nix
{ lib, ... }:
|
|
{
|
|
maintainers = [ lib.maintainers.repparw ];
|
|
name = "spotify-player";
|
|
}
|