add spicetify

This commit is contained in:
notgne2 2023-05-09 12:22:47 -07:00
parent 910c6f46df
commit 4180f7d760
No known key found for this signature in database
3 changed files with 16 additions and 0 deletions

View file

@ -2,6 +2,12 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
spicetify-nix = {
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
flake-utils.url = "github:numtide/flake-utils";
home-manager = {