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
|
||||
inherit (config.xdg.userDirs) music;
|
||||
@ -6,6 +6,8 @@ let
|
||||
musicDirectory = music;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ rmpc ];
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
inherit musicDirectory;
|
Loading…
Reference in New Issue
Block a user