media expression fixes
This commit is contained in:
parent
189a13dbc5
commit
ec8cead209
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ mpc ];
|
home.packages = with pkgs; [ mpc-cli ];
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
network.startWhenNeeded = true;
|
network.startWhenNeeded = true;
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
autoload
|
autoload
|
||||||
thumbfast
|
thumbfast
|
||||||
thumbnail
|
thumbnail
|
||||||
visualizer
|
|
||||||
sponsorblock
|
sponsorblock
|
||||||
quality-menu
|
quality-menu
|
||||||
webtorrent-mpv-hook
|
webtorrent-mpv-hook
|
||||||
|
|
Loading…
Reference in a new issue