feat: wire up post-update and post-install hooks
Some checks failed
Check / eval-and-lint (push) Has been cancelled
Some checks failed
Check / eval-and-lint (push) Has been cancelled
This commit is contained in:
9
core/home/config/nomarchy/hooks/post-install.sample
Normal file
9
core/home/config/nomarchy/hooks/post-install.sample
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This hook is called after the nomarchy-welcome wizard finishes successfully.
|
||||
# Use it to run any custom first-boot logic (e.g. cloning your dotfiles repo,
|
||||
# setting up SSH keys, or launching specific initial apps).
|
||||
|
||||
# Example: Open the manual and show a notification
|
||||
# nomarchy-manual
|
||||
# notify-send "Welcome home" "Your Nomarchy system is ready to use."
|
||||
Reference in New Issue
Block a user