nix-infra/common/fragments/graphical/spotify.nix

11 lines
174 B
Nix
Raw Normal View History

2023-06-01 17:07:54 +00:00
{ pkgs, lib, ... }: {
programs.spicetify = {
enable = true;
enabledCustomApps = with pkgs.spicetify-pkgs.apps; [
marketplace
lyrics-plus
];
};
}