Add tagger for editing mp3/m4a metadata
This commit is contained in:
parent
6034bcce0c
commit
0fc98e3ff8
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [ tagger ];
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
|
|
Loading…
Reference in a new issue