From d321b8d545553d54e68eaa1b977c93e4f5247d24 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Sun, 3 Nov 2024 14:23:36 +0100 Subject: [PATCH] Updaete 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 096bafe..fd58755 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -9,7 +9,7 @@ let doomemacsSrc = builtins.fetchGit { url = "https://github.com/doomemacs/doomemacs"; ref = "master"; - rev = "c862968f4843fa7c30b9dbca688d8e400729196b"; + rev = "7c89699e3fa3c3a06092c6bdb7f88fe1d33192b5"; }; neofetchThemesSrc = builtins.fetchGit { url = "https://github.com/Chick2D/neofetch-themes";