mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
packages: Drop mpc-cli
Not needed anymore now that we're using rmpc.
This commit is contained in:
parent
28c984c24b
commit
e9d5b6cd03
@ -1,14 +1,11 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs) mpc-cli;
|
||||
inherit (config.xdg.userDirs) music;
|
||||
|
||||
musicDirectory = music;
|
||||
in
|
||||
{
|
||||
home.packages = [ mpc-cli ];
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
inherit musicDirectory;
|
||||
|
Loading…
Reference in New Issue
Block a user