spotify: move to spicetify-nix from Gerg-L

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-17 11:35:44 -03:00
parent c51f5e47d3
commit 90a879b539
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 28 additions and 58 deletions

View file

@ -1,15 +1,13 @@
{ pkgs, spicetify-nix, ... }:
let
spicePkgs = spicetify-nix.packages.${pkgs.system}.default;
spicePkgs = spicetify-nix.legacyPackages.${pkgs.system};
in
{
imports = [ spicetify-nix.homeManagerModule ];
home.packages = with pkgs; [ spotify ];
imports = [ spicetify-nix.homeManagerModules.default ];
programs.spicetify = {
enable = false; # Currently broken, see https://github.com/the-argus/spicetify-nix/issues/62
enable = true;
theme = spicePkgs.themes.catppuccin;
colorScheme = "frappe";