428 current 2025-06-10 01:11:18 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-10 01:11:39 -04:00
parent 034af03888
commit 03967afce4

View File

@@ -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
'';
};
}