Emacs: install mu4e to keep in sync with mu tool

This commit is contained in:
Evie Litherland-Smith 2024-07-05 08:07:30 +01:00
parent ed7165bc8a
commit 21991ffc7f

View file

@ -55,7 +55,11 @@
(add-to-list 'custom-safe-themes "${custom-theme-hash}")
(load-theme '${custom-theme-name})
'';
extraPackages = epkgs: with epkgs; [ treesit-grammars.with-all-grammars];
extraPackages = epkgs:
with epkgs; [
treesit-grammars.with-all-grammars
mu4e
];
};
home.packages = with pkgs; [
# Emacs requirements