Rename spotifyd device

This commit is contained in:
ltadeu6 2026-04-19 13:10:29 -03:00
parent c2e851fbcf
commit 0f53e43cad

View file

@ -331,7 +331,7 @@
case "$status" in
Playing)
printf ' %s\n' "$text"
printf ' %s\n' "$text"
;;
Paused)
printf ' %s\n' "$text"
@ -406,6 +406,7 @@
enable = true;
settings.global = {
backend = "pulseaudio";
device_name = "Nixos Desktop";
use_mpris = true;
};
};