Regenerated

This commit is contained in:
2026-04-29 11:42:59 +02:00
parent 18cf266828
commit 5165e9b7df
4 changed files with 455 additions and 455 deletions
+2 -2
View File
@@ -4004,8 +4004,8 @@ run() {
run "Fixing ownership" sudo chown -R "$USER":"wheel" "$REPO"
run "Updating flake" nix flake update
run "Rebuilding NixOS" sudo nixos-rebuild switch --flake ".#$HOSTNAME"
run "Updating Flatpaks" flatpak update -y
run "Rebuilding NixOS" sudo nixos-rebuild switch --flake ".#$HOSTNAME" && hyprctl reload
run "Updating Flatpaks" flatpak uninstall --unused && flatpak update --appstream && flatpak update -y
echo
echo "✅ Done"