From 5a0ef6d8886b9d6d763e82a670c357dbe3a01ea5 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 16 Oct 2023 11:30:17 +0200 Subject: [PATCH] remove gnome-music closes #19 --- configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;