mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-17 23:14:07 +01:00
fix: home manager - emacs
This commit is contained in:
@@ -62,7 +62,7 @@ in {
|
||||
xdg.configFile."doom".source = ./doom;
|
||||
|
||||
home.activation = mkIf cfg.doom.enable {
|
||||
installDoomEmacs = lib.hm.dag.entryBefore ["checkLinkTargets"] ''
|
||||
installDoomEmacs = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
if [ ! -d "${config.xdg.configHome}/emacs" ]; then
|
||||
echo "Installing Doom Emacs..."
|
||||
${pkgs.git}/bin/git clone --depth=1 --single-branch "${cfg.doom.repoUrl}" "${config.xdg.configHome}/emacs"
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
# remote desktop
|
||||
".config/remmina"
|
||||
".config/freerdp"
|
||||
".config/emacs" # doom-emacs
|
||||
|
||||
# browsers
|
||||
".mozilla"
|
||||
|
||||
Reference in New Issue
Block a user