diff --git a/configuration.nix b/configuration.nix index b818a86..aa49cd6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,7 +45,14 @@ in dogdns tree ]; - gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ]; + gnome.excludePackages = with pkgs; [ + gnome.totem + gnome-tour + gnome.epiphany + gnome.geary + gnome-console + gnome.gnome-music + ]; }; system.stateVersion = stateVersion;