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