fix wrong bracket
This commit is contained in:
parent
364fbd5b14
commit
3befc4eee8
1 changed files with 17 additions and 17 deletions
|
|
@ -748,27 +748,27 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-
|
||||||
"image/*" = "img2sixel";
|
"image/*" = "img2sixel";
|
||||||
"text/html" = "html | colorize";
|
"text/html" = "html | colorize";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''
|
home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''
|
||||||
context.modules = [
|
context.modules = [
|
||||||
{
|
{
|
||||||
name = libpipewire-module-raop-discover
|
name = libpipewire-module-raop-discover
|
||||||
args = { }
|
args = { }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
snapclient = {
|
snapclient = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Snapclient";
|
Description = "Snapclient";
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.snapcast}/bin/snapclient -h music.local";
|
ExecStart = "${pkgs.snapcast}/bin/snapclient -h music.local";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue