From 03967afce42883d0231559e1e9efb2b34e0f03cb Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 10 Jun 2025 01:11:39 -0400 Subject: [PATCH] 428 current 2025-06-10 01:11:18 25.05.20250424.f771eb4 6.12.24 * --- home/programs/emacs/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/home/programs/emacs/default.nix b/home/programs/emacs/default.nix index 9549c56..12ef809 100644 --- a/home/programs/emacs/default.nix +++ b/home/programs/emacs/default.nix @@ -115,14 +115,15 @@ ]; # fonts.fontconfig.enable = true; - # Install doom emacs - # home.activation = { - # installDoomEmacs = lib.hm.dag.entryAfter ["installPhase"] '' - # if [ ! -d "${config.xdg.configHome}/emacs" ]; then - # ${pkgs.git}/bin/git clone --depth=1 --single-branch "https://github.com/doomemacs/doomemacs" "${config.xdg.configHome}/emacs" - # GIT_SSH_COMMAND = ${pkgs.openssh}/bin/ssh ${pkgs.git}/bin/git clone "git@github.com:Cajunvooodoo/Doom-Emacs-Config.git" "${config.xdg.configHome}/doom" - # fi - # ''; - # }; + # GIT_SSH_COMMAND = ${pkgs.openssh}/bin/ssh ${pkgs.git}/bin/git clone "git@github.com:Cajunvooodoo/Doom-Emacs-Config.git" "${config.xdg.configHome}/doom" + # Install doom emacs + home.activation = { + installDoomEmacs = lib.hm.dag.entryAfter ["installPhase"] '' + if [ ! -d "${config.xdg.configHome}/emacs" ]; then + ${pkgs.git}/bin/git clone --depth=1 --single-branch "https://github.com/doomemacs/doomemacs" "${config.xdg.configHome}/emacs" + + fi + ''; + }; }