add spotifyd

This commit is contained in:
Sean Kovacs 2025-12-01 15:59:05 -05:00
commit d437c762fd
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 108 additions and 0 deletions

View file

@ -42,6 +42,24 @@
colloid-icon-theme
];
services = {
spotifyd = {
enable = true;
settings = {
global = {
device_type = "computer";
dbus_type = "session";
disable_discovery = true;
use_mpris = true;
bitrate = 320;
initial_volume = 100;
volume_normalisation = true;
normalisation_pregain = -10;
};
};
};
};
catppuccin = {
enable = true;
cursors.enable = false;