From 5bc43f86a5474ebfeb849667df6229f696e55235 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Sun, 25 Feb 2024 21:20:17 +0100 Subject: [PATCH] Update doomemacs --- home-mods/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index a1c1784..85c4c8f 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -8,7 +8,7 @@ let doomemacsSrc = builtins.fetchGit { url = "https://github.com/doomemacs/doomemacs"; ref = "master"; - rev = "d6db0312fdf8c3a69d1aac243808b824ec9491e7"; + rev = "98d753e1036f76551ccaa61f5c810782cda3b48a"; }; neofetchThemesSrc = builtins.fetchGit { url = "https://github.com/Chick2D/neofetch-themes";