update music player and tagger

This commit is contained in:
Odweta
2026-01-20 15:06:59 +01:00
parent 6ff4633070
commit 2d371dca85
+2 -4
View File
@@ -1,8 +1,6 @@
{ ... }:
{
home.packages = with pkgs; [
rhythmbox
picard
];
programs.rhythmbox.enable = true;
programs.picard.enable = true;
}