diff --git a/install_lite.sh b/install_lite.sh index ccf3cca..314ccd0 100755 --- a/install_lite.sh +++ b/install_lite.sh @@ -21,6 +21,9 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then sudo nixos-rebuild switch # Lite has no flathub to save space + + # Load dconf config + dconf load / < ~/.config/dconf.txt reboot else