diff options
author | Soispha <soispha@vhack.eu> | 2024-02-23 21:08:17 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-23 21:18:42 +0100 |
commit | c0659d7fc7690087e5412ba26488aa3a157df476 (patch) | |
tree | 68d8df290b00f775b674be1e95e425ce92b0c97b /hm/soispha/pkgs/default.nix | |
parent | refactor(hm/conf/lf): Move configs to `settings` attr (diff) | |
download | nixos-config-c0659d7fc7690087e5412ba26488aa3a157df476.zip |
feat(hm/pkgs/mpc): Init
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 4499fac6..8b0e9d01 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -2,7 +2,6 @@ pkgs, lib, sysLib, - system, config, ... }: @@ -90,7 +89,7 @@ with pkgs; let Listen = [ pulseaudio # set the volume with pactl ncmpc # mpd player client - mpc-cli # a cli mpd client + # mpc-cli # a cli mpd client (added via a wrapper script) ]; }; |