feat(flake): add spotify input for user Sk7Str1p3

This commit is contained in:
Sk7Str1p3 2026-06-25 15:59:30 +00:00
parent 897276714a
commit bbad787c81
Signed by: Sk7Str1p3
SSH key fingerprint: SHA256:GcXqjfo0IHK280c6aH9o5SmcOWyqMS8gjfOtDQ3gr/Q
3 changed files with 29 additions and 0 deletions

22
flake.lock generated
View file

@ -331,6 +331,7 @@
"niri": "niri", "niri": "niri",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_4",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"spotify": "spotify",
"stylix": "stylix" "stylix": "stylix"
} }
}, },
@ -375,6 +376,27 @@
"type": "github" "type": "github"
} }
}, },
"spotify": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"systems": "systems_2"
},
"locked": {
"lastModified": 1782031037,
"narHash": "sha256-a7oWSyS7SN81UOqVt481yIEMDsMpaJ7GNdV6Eaz5Yqg=",
"owner": "Gerg-L",
"repo": "spicetify-nix",
"rev": "9cb27462cfd20edac174353f1e95bc03aa888863",
"type": "github"
},
"original": {
"owner": "Gerg-L",
"repo": "spicetify-nix",
"type": "github"
}
},
"stylix": { "stylix": {
"inputs": { "inputs": {
"base16": "base16", "base16": "base16",

View file

@ -14,6 +14,7 @@
niri.url = "github:sodiboo/niri-flake"; niri.url = "github:sodiboo/niri-flake";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
sops-nix.url = "github:mic92/sops-nix"; sops-nix.url = "github:mic92/sops-nix";
spotify.url = "github:Gerg-L/spicetify-nix";
stylix.url = "github:nix-community/stylix"; stylix.url = "github:nix-community/stylix";
}; };
} }

View file

@ -12,4 +12,10 @@
niri = { niri = {
url = "github:sodiboo/niri-flake"; url = "github:sodiboo/niri-flake";
}; };
/**
Spotify wrapper (spicetify) with better customization
*/
spotify = {
url = "github:Gerg-L/spicetify-nix";
};
} }