mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-28 11:13:59 +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
|
let
|
||||||
inherit (pkgs) mpc-cli;
|
|
||||||
inherit (config.xdg.userDirs) music;
|
inherit (config.xdg.userDirs) music;
|
||||||
|
|
||||||
musicDirectory = music;
|
musicDirectory = music;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = [ mpc-cli ];
|
|
||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit musicDirectory;
|
inherit musicDirectory;
|
||||||
|
Loading…
Reference in New Issue
Block a user