feat: extra arguments for Home Manager (#507)

* feat: extra arguments for Home Manager
This commit is contained in:
SteveLauC
2023-07-24 13:07:55 +08:00
committed by GitHub
parent 1307d2d7e8
commit 635bfce198
3 changed files with 23 additions and 1 deletions

View File

@@ -57,6 +57,9 @@
# Whether to self update (this is ignored if the binary has been built without self update support, available also via setting the environment variable TOPGRADE_NO_SELF_UPGRADE)
#no_self_update = true
# Extra Home Manager arguments
#home_manager_arguments = ["--flake", "file"]
# Commands to run before anything
[pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"