From ead2706fa8db653655a0f899df46f5831af19eb0 Mon Sep 17 00:00:00 2001 From: ciomek Date: Mon, 5 Jan 2026 23:29:17 +0100 Subject: [PATCH] Fixes --- build.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sh b/build.sh index f5c1ac3..8e070ce 100755 --- a/build.sh +++ b/build.sh @@ -299,16 +299,16 @@ run_dotfiles_setup() { } # === Main flow === -# update_system -# install_packages -# install_nvidia_drivers -# install_gtk_theme -# install_gtk_icons -# apply_gtk_settings -# install_sddm_theme +update_system +install_packages +install_nvidia_drivers +install_gtk_theme +install_gtk_icons +apply_gtk_settings +install_sddm_theme install_system_files run_dotfiles_setup -# enable_sddm +enable_sddm log_success "Setup completed successfully."