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

View file

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