nixos/overlays/modifications/spotifyx.nix

7 lines
157 B
Nix
Raw Normal View History

{outputs, ...}: final: prev: let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;
}