Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-04-25 17:35:29 +03:00
parent 8b2cebae3b
commit 855edc83f4
25 changed files with 178 additions and 762 deletions

View File

@@ -117,18 +117,10 @@
};
spicetify-nix = {
# --- Official
# type = "github";
# owner = "Gerg-L";
# repo = "spicetify-nix";
# ref = "master";
# --- Fork
type = "github";
owner = "karaolidis";
owner = "Gerg-L";
repo = "spicetify-nix";
ref = "integration";
# --- Local
# url = "git+file:./submodules/spicetify-nix";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";