1
This commit is contained in:
2022-08-08 12:27:46 +02:00
parent 4a819afb74
commit eb658bc76c

View File

@ -93,7 +93,9 @@ in {
# source = ../../config/doom; # source = ../../config/doom;
# }; # };
home.activation = (mkMerge [ home.activation = mkMerge [
# The parantheses around mkIf are needed for precedence in this case
(mkIf cfg.doom.enable { (mkIf cfg.doom.enable {
# If doom is enabled we want to clone the framework # If doom is enabled we want to clone the framework
@ -126,6 +128,6 @@ in {
${config.home.homeDirectory}/.emacs.d/bin/doom upgrade -! ${config.home.homeDirectory}/.emacs.d/bin/doom upgrade -!
''; '';
}) })
]); ];
}; };
} }