gui/spicetify.nix: init

This commit is contained in:
Charlie Root 2024-10-05 01:12:46 +02:00
commit 9df6cb9c4f
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 81 additions and 3 deletions

View file

@ -68,6 +68,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify-nix = {
url = "github:gerg-l/spicetify-nix";
};
# Wrapper-manager for safely wrapping some packages.
wrapper-manager.url = "github:viperML/wrapper-manager";
};