Dotfiles-NixOS/home/doggo/spicetify-config.nix

12 lines
289 B
Nix

{ spicetify-nix, ... }:
{
programs.spicetify = {
enable = true;
theme = spicetify-nix.packages.themes.catppuccin;
colorScheme = "mocha";
enabledExtensions = with spicetify-nix.packages.extensions; [];
enabledCustomApps = with spicetify-nix.packages.apps; [];
};
}