spotify: move to spicetify-nix from Gerg-L
This commit is contained in:
parent
c51f5e47d3
commit
90a879b539
3 changed files with 28 additions and 58 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue