update music player and tagger

This commit is contained in:
Odweta
2026-01-20 15:04:43 +01:00
parent a95f46b136
commit 6ff4633070
2 changed files with 8 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{ ... }:
{
home.packages = with pkgs; [
rhythmbox
picard
];
}
-2
View File
@@ -24,8 +24,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome-tweaks gnome-tweaks
gnomeExtensions.appindicator gnomeExtensions.appindicator
rhythmbox
]; ];
# --- Input --- # --- Input ---