global/emacs: remove unused activation script
This commit is contained in:
parent
44dfe83e6f
commit
b72b44bb07
1 changed files with 0 additions and 10 deletions
|
@ -101,15 +101,5 @@ lib.mkIf main.info.graphical {
|
|||
# :checkers grammar
|
||||
languagetool
|
||||
];
|
||||
|
||||
# activation = { # Works in theory, but times out on rebuild
|
||||
# install_doom_emacs = lib.hm.dag.entryAfter [ "linkGeneration" ] ''
|
||||
# if [ ! -d ${config.xdg.configHome}/emacs/bin ]; then
|
||||
# rm -rf ${config.xdg.configHome}/emacs
|
||||
# git clone --depth 1 $VERBOSE_ARG https://github.com/doomemacs/doomemacs ${config.xdg.configHome}/emacs
|
||||
# ${config.xdg.configHome}/emacs/bin/doom -y install --no-config
|
||||
# fi
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue