Skip to content

Commit

Permalink
migrate spicetify
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlson94 committed Nov 12, 2024
1 parent 636c9da commit c92dd01
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 42 deletions.
61 changes: 22 additions & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
catppuccin.url = "github:catppuccin/nix";

spicetify-nix = {
url = "github:the-argus/spicetify-nix";
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
4 changes: 2 additions & 2 deletions modules/home/ui/apps/spotify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
}:
with lib; let
cfg = config.ui.apps.spotify;
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in {
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
inputs.spicetify-nix.homeManagerModules.default
];

options.ui.apps.spotify = {enable = mkEnableOption "spotify";};
Expand Down

0 comments on commit c92dd01

Please sign in to comment.