From 484dfe36eadfde74ab178f0d7d1001b2b00377e1 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 4 Oct 2023 10:57:46 +0200 Subject: [PATCH] mail: override of emacs in mu is not necessary anymore --- modules/graphical/mail/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index a086ecf6..22b1a6a7 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -365,10 +365,7 @@ in programs = { mbsync.enable = true; msmtp.enable = true; - mu = { - enable = true; - package = pkgs.mu.override { emacs = pkgs.emacs-pgtk; }; - }; + mu.enable = true; }; services = { imapnotify.enable = true;