summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-08-21 19:07:49 -0300
committerLeonardo Santiago <[email protected]>2024-08-21 19:07:49 -0300
commit57e354b0ad94b7df43911fd2ea50a953956f6a55 (patch)
treee0c21a989bf08047a5974e19f04d14ad9fc74fb9
parentad31831c7c9d934aefdbec38d9c3f8a09e1d6208 (diff)
update nixpkgs and emacs
-rw-r--r--flake.lock18
-rw-r--r--modules/emacs/README.org2
2 files changed, 11 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index 4168fe5..53db3e0 100644
--- a/flake.lock
+++ b/flake.lock
@@ -56,11 +56,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
- "lastModified": 1719303695,
- "narHash": "sha256-SqJTGKtJEzkQdHEUWeMHwQ5vyAg4wE1kRbjTRjzfAUI=",
+ "lastModified": 1724260428,
+ "narHash": "sha256-JRkb9hBBhLV70DRR/D5FnJBypb1Zs5oUThMh3Rkpbu8=",
"owner": "nix-community",
"repo": "emacs-overlay",
- "rev": "fd904f28fb1d3d3a3d87db312fac97cb4a146db4",
+ "rev": "9d8307d88a60bc4d6223a391b2fb41cc37e6714c",
"type": "github"
},
"original": {
@@ -190,11 +190,11 @@
},
"nixpkgs-stable": {
"locked": {
- "lastModified": 1723938990,
- "narHash": "sha256-9tUadhnZQbWIiYVXH8ncfGXGvkNq3Hag4RCBEMUk7MI=",
+ "lastModified": 1724098845,
+ "narHash": "sha256-D5HwjQw/02fuXbR4LCTo64koglP2j99hkDR79/3yLOE=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "c42fcfbdfeae23e68fc520f9182dde9f38ad1890",
+ "rev": "f1bad50880bae73ff2d82fafc22010b4fc097a9c",
"type": "github"
},
"original": {
@@ -206,11 +206,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1723637854,
- "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=",
+ "lastModified": 1723991338,
+ "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9",
+ "rev": "8a3354191c0d7144db9756a74755672387b702ba",
"type": "github"
},
"original": {
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 20caf5e..0b8ff54 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -388,6 +388,7 @@ Actual mu4e definition
(use-package mu4e
:bind ("C-c m" . mu4e)
:custom
+ (mu4e-notification-support t)
(read-mail-command 'mu4e)
(mu4e-index-cleanup nil)
(mu4e-index-lazy-check t)
@@ -440,3 +441,4 @@ Actual mu4e definition
((university-p msg) "University")
((work-p msg) "Work"))))))
#+end_src
+