Emacs: install mu4e to keep in sync with mu tool
This commit is contained in:
parent
ed7165bc8a
commit
21991ffc7f
|
@ -55,7 +55,11 @@
|
||||||
(add-to-list 'custom-safe-themes "${custom-theme-hash}")
|
(add-to-list 'custom-safe-themes "${custom-theme-hash}")
|
||||||
(load-theme '${custom-theme-name})
|
(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; [
|
home.packages = with pkgs; [
|
||||||
# Emacs requirements
|
# Emacs requirements
|
||||||
|
|
Loading…
Reference in a new issue