Update doomemacs

This commit is contained in:
Tristan D. 2024-02-25 21:20:17 +01:00
parent 65f534331d
commit 5bc43f86a5
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -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";