nixos/overlays/modifications/spotifyx.nix

6 lines
137 B
Nix
Raw Normal View History

{outputs, ...}: _final: prev: let
2025-05-03 11:35:18 +08:00
inherit (prev.stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;
}