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; [
|
home.packages = with pkgs; [
|
||||||
image-roll
|
image-roll
|
||||||
];
|
];
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
device_name = "desktop";
|
device_name = osConfig.networking.hostName;
|
||||||
bitrate = 160;
|
bitrate = 160;
|
||||||
volume_normalisation = true;
|
volume_normalisation = true;
|
||||||
autoplay = false;
|
autoplay = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue