update flake inputs, remove oskars-dotfiles, patch spotify with spotx-bash
This commit is contained in:
parent
db447c785d
commit
f2bdc564db
10 changed files with 128 additions and 88 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
{inputs, ...}: import "${inputs.oskars-dotfiles}/overlays/spotx.nix"
|
||||
6
overlays/modifications/spotifyx.nix
Normal file
6
overlays/modifications/spotifyx.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in {
|
||||
spotify = outputs.packages."${system}".spotifyx;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue