Set Logo Menu defaults and finalize flatpak setup

This commit is contained in:
randogoth 2026-02-03 17:58:54 +02:00
parent 6bea3e57a7
commit c24571128b
7 changed files with 189 additions and 5 deletions

View file

@ -61,8 +61,8 @@ notify() {
fi
}
notify "System setup running" "Please wait until setup completes."
trap 'notify "System setup finished" "You may continue using the system."' EXIT
notify "Reticulating Splines" "Bootstrapping. Please stay tuned."
trap 'notify "Bootstrap finished" "Your system is fully hydrated. It is recommended to logout and back in."' EXIT
mkdir -p "$HOME/.config/home-manager"
for f in flake.nix home.nix; do