diff options
| author | Grisha Shipunov | 2025-04-09 10:49:19 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-04-09 10:49:19 +0200 |
| commit | 08a9b8e4883f931c97fdc5d01d9c4adf1d55fcaf (patch) | |
| tree | 972138f70bcdad8408a529a4ec3508f957d821a9 /modules | |
| parent | 9cf9811bc23c10c5b5c23525724c0cd7277f1cbf (diff) | |
add mu4e
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/emacs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/emacs.nix b/modules/emacs.nix index 240bd20..8841e44 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -7,6 +7,7 @@ { environment.systemPackages = with pkgs; [ direnv + mu ]; services.emacs = { @@ -27,6 +28,7 @@ treesit-grammars.with-all-grammars vterm pdf-tools + mu4e ] ) ); |
