From ad4c09a344c4b755e92e68a09ac39dfd1dfd16a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Mon, 3 Feb 2025 11:16:39 +0100 Subject: [PATCH] upgrade doom --- 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 1c64ab2..e54c214 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -134,7 +134,7 @@ in { "doom-emacs" = { source = builtins.fetchGit { url = "https://github.com/doomemacs/doomemacs"; - rev = "ff3fd15b0249954f3a859e533f6c09a8b1988a72"; + rev = "2bc052425ca45a41532be0648ebd976d1bd2e6c1"; }; onChange = "${doom-setup} --force sync -u -e"; };