fix(spotify): also swap back to unstable

This commit is contained in:
zack 2024-07-27 00:21:12 -04:00
parent 4177fd51e3
commit 4e37634c75
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
3 changed files with 32 additions and 49 deletions

View file

@ -11,7 +11,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
@ -88,7 +88,7 @@
systems.url = "github:nix-systems/default";
spicetify-nix = {
url = "github:the-argus/spicetify-nix";
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -111,7 +111,7 @@
templates = import ./templates {};
homes.modules = with inputs; [
spicetify-nix.homeManagerModule
spicetify-nix.homeManagerModules.default
catppuccin.homeManagerModules.catppuccin
anyrun.homeManagerModules.default
ags.homeManagerModules.default