mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: automate Doom Emacs installation
This commit is contained in:
parent
51dde96620
commit
7869bb79cf
@ -353,4 +353,13 @@ in
|
||||
extraArgs = [ "--depth" "1" ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.fetch-mutable-files = {
|
||||
Service.ExecStartPost = pkgs.writeScript "${config.home.username}-post-fetch-mutable-files" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
|
||||
# Automate installation of Doom Emacs.
|
||||
${config.xdg.configHome}/emacs/bin/doom install --no-config --no-fonts --install --force
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user