From 0591f6f7407537414395029355db68f1d5dc7a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 27 May 2025 21:43:47 +0200 Subject: [PATCH] Home Gen29 @ 2025-05-27-21:39 by jonas@monolith --- modules/home/doom/doom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index 8d85f14..cbca165 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -204,7 +204,7 @@ in { "doom-emacs" = { source = builtins.fetchGit { url = "https://github.com/doomemacs/doomemacs"; - rev = "466490c252d06f42a9c165f361de74a6e6abad8d"; + rev = "8406c1ff22b95bd0f816de4a0223fa3ce3c82568"; }; onChange = "${doom-setup} --force sync -u -e"; };