mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
chore: Replace ncmpcpp with rmpc
Now with album art support.
This commit is contained in:
parent
2ade2d58d5
commit
da1ade1e6f
@ -1,4 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (config.xdg.userDirs) music;
|
inherit (config.xdg.userDirs) music;
|
||||||
@ -6,6 +6,8 @@ let
|
|||||||
musicDirectory = music;
|
musicDirectory = music;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ rmpc ];
|
||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit musicDirectory;
|
inherit musicDirectory;
|
Loading…
Reference in New Issue
Block a user