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
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