From bbad787c8138aa67b7f5fd574c7b832aa6ba9ce8 Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Thu, 25 Jun 2026 15:59:30 +0000 Subject: [PATCH] feat(flake): add `spotify` input for user `Sk7Str1p3` --- flake.lock | 22 ++++++++++++++++++++++ flake.nix | 1 + flake/inputs/home/Sk7Str1p3.nix | 6 ++++++ 3 files changed, 29 insertions(+) diff --git a/flake.lock b/flake.lock index 2dddbc8..5683992 100644 --- a/flake.lock +++ b/flake.lock @@ -331,6 +331,7 @@ "niri": "niri", "nixpkgs": "nixpkgs_4", "sops-nix": "sops-nix", + "spotify": "spotify", "stylix": "stylix" } }, @@ -375,6 +376,27 @@ "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": { "inputs": { "base16": "base16", diff --git a/flake.nix b/flake.nix index 2610481..e9285a3 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ niri.url = "github:sodiboo/niri-flake"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; sops-nix.url = "github:mic92/sops-nix"; + spotify.url = "github:Gerg-L/spicetify-nix"; stylix.url = "github:nix-community/stylix"; }; } diff --git a/flake/inputs/home/Sk7Str1p3.nix b/flake/inputs/home/Sk7Str1p3.nix index e3d74dc..e430fd6 100644 --- a/flake/inputs/home/Sk7Str1p3.nix +++ b/flake/inputs/home/Sk7Str1p3.nix @@ -12,4 +12,10 @@ niri = { url = "github:sodiboo/niri-flake"; }; + /** + Spotify wrapper (spicetify) with better customization + */ + spotify = { + url = "github:Gerg-L/spicetify-nix"; + }; }