feat: Use specitify instead of spotx

This commit is contained in:
ulic-youthlic 2026-02-21 14:43:08 +08:00
parent f812a13895
commit b275b19421
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 107 additions and 56 deletions

View file

@ -5,7 +5,6 @@ in
pipe
[
./niri.nix
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix
# ./QQ.nix

View file

@ -1,5 +0,0 @@
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;
}