From 94f2acc673774933205fd97b51e7745570f1313b Mon Sep 17 00:00:00 2001 From: John Ogle Date: Thu, 18 Jul 2024 12:47:13 -0700 Subject: [PATCH] Define doom emacs installation revision --- home.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home.nix b/home.nix index 472981e..8584e47 100644 --- a/home.nix +++ b/home.nix @@ -79,14 +79,14 @@ with import {}; # org.gradle.daemon.idletimeout=3600000 # ''; - #".config/emacs" = { - #source = fetchGit { - #url = "https://github.com/doomemacs/doomemacs.git"; - #rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f"; - #}; - #recursive = true; - #onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\""; - #}; + ".config/emacs" = { + source = fetchGit { + url = "https://github.com/doomemacs/doomemacs.git"; + rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f"; + }; + recursive = true; + onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\""; + }; }; /*home.activation = { @@ -112,7 +112,7 @@ with import {}; # /etc/profiles/per-user/johno/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { - #DOOMLOCALDIR = "${config.xdg.dataHome}/doom"; + DOOMLOCALDIR = "${config.xdg.dataHome}/doom"; }; home.sessionPath = [