Home Gen31 @ 2026-07-16-14:43 by admin-jroeger@T14-OE130-7-ubuntu

This commit is contained in:
Jonas Röger
2026-07-16 14:43:48 +02:00
parent a06996dd3b
commit 008db91ff8
+2 -2
View File
@@ -267,8 +267,8 @@
}; };
"doom-emacs" = { "doom-emacs" = {
source = builtins.fetchGit { source = builtins.fetchGit {
url = "https://github.com/doomemacs/doomemacs"; url = "https://github.com/doomemacs/core";
rev = "0d1b06408720e7642bde537083ffb267a838256c"; rev = "d1986c0181aadcbfe0d118fd1ae713fac8da7fab";
}; };
onChange = "${doom-setup} --force sync -u -e"; onChange = "${doom-setup} --force sync -u -e";
}; };