mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: add Doom Emacs sync
While installing it should be idempotent, it does change/breaks(?) the configuration. A simple `doom sync` should fix it.
This commit is contained in:
parent
b9e05dd1fa
commit
91bfe61212
@ -354,6 +354,7 @@ in
|
||||
script = pkgs.writeShellScript "post-fetch-mutable-files" ''
|
||||
# Automate installation of Doom Emacs.
|
||||
${config.xdg.configHome}/emacs/bin/doom install --no-config --no-fonts --install --force
|
||||
${config.xdg.configHome}/emacs/bin/doom sync
|
||||
'';
|
||||
in builtins.toString script;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user