This commit is contained in:
2025-09-29 14:55:34 -06:00
parent f16cd8ccd7
commit dd0f88ee53
3 changed files with 12 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
{config, pkgs, ...}:
{
services.spotifyd = {
enable = true;
settings = {
global = {
device_name = "yukigekko";
};
};
};
}