different spotifyd names
This commit is contained in:
parent
6c83b62059
commit
f94571daad
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, osConfig, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
image-roll
|
||||
];
|
||||
|
@ -11,7 +11,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_name = "desktop";
|
||||
device_name = osConfig.networking.hostName;
|
||||
bitrate = 160;
|
||||
volume_normalisation = true;
|
||||
autoplay = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue