feat(home): Fix mu4e setup
This commit is contained in:
parent
f964c2f58b
commit
09347cdbb8
3 changed files with 6 additions and 5 deletions
|
|
@ -37,7 +37,6 @@ in
|
||||||
};
|
};
|
||||||
programs.mu = {
|
programs.mu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hooks.preNew = "mbsync --all";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
|
|
|
||||||
|
|
@ -177,8 +177,8 @@
|
||||||
(zig +lsp +tree-sitter) ; C, but simpler
|
(zig +lsp +tree-sitter) ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;; (mu4e +org +gmail)
|
(mu4e +org +gmail +mbsync)
|
||||||
(notmuch +org +afew)
|
;; (notmuch +org +afew)
|
||||||
;;(wanderlust +gmail)
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
:app
|
:app
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,10 @@
|
||||||
;; :recipe (:host github :repo "username/repo"
|
;; :recipe (:host github :repo "username/repo"
|
||||||
;; :files ("some-file.el" "src/lisp/*.el")))
|
;; :files ("some-file.el" "src/lisp/*.el")))
|
||||||
|
|
||||||
(unpin! compat)
|
;;(unpin! compat)
|
||||||
;(unpin! with-editor ghub)
|
;;(unpin! with-editor ghub)
|
||||||
|
|
||||||
|
(package! transient :pin "25b994a565ce8035330b0a3071ee430c0282349e") ; 0.8.8
|
||||||
|
|
||||||
(package! ormolu)
|
(package! ormolu)
|
||||||
(package! org-gtd
|
(package! org-gtd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue