update flake inputs, remove oskars-dotfiles, patch spotify with spotx-bash

This commit is contained in:
ulic-youthlic 2025-05-01 18:11:27 +08:00
parent db447c785d
commit f2bdc564db
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 128 additions and 88 deletions

View file

@ -2,12 +2,12 @@
inherit (prev) lib;
in
[
./spotify.nix
./niri.nix
./ghostty.nix
./juicity.nix
./dae.nix
./jujutsu.nix
./spotifyx.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1 +0,0 @@
{inputs, ...}: import "${inputs.oskars-dotfiles}/overlays/spotx.nix"

View file

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