add spotify webapp

This commit is contained in:
Sean Kovacs 2025-12-15 21:22:46 -05:00
commit 72006f56b1
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 159 additions and 4 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, ... }:
{
config,
pkgs,
spicetify-nix,
...
}:
{
catppuccin = {
@ -31,6 +36,31 @@
scale = 1.75;
};
programs.spicetify =
let
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
{
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
enabledCustomApps = with spicePkgs.apps; [
newReleases
ncsVisualizer
];
enabledSnippets = with spicePkgs.snippets; [
rotatingCoverart
pointer
];
theme = spicePkgs.themes.catppuccin;
colorScheme = config.catppuccin.flavor;
};
programs.plasma = {
panels = [
# Alternative global menu to fit the modified taskbar