From 1f3d70596fe2dbb193e50781677e678bd19fbb72 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Fri, 21 Feb 2025 17:50:46 -0500 Subject: [PATCH] Update powerwash_lite.sh added line to reset dconf --- powerwash_lite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/powerwash_lite.sh b/powerwash_lite.sh index 0e5ff62..d7e8c86 100755 --- a/powerwash_lite.sh +++ b/powerwash_lite.sh @@ -1,4 +1,3 @@ - echo "This will delete ALL local files and reset this Nixbook Lite!"; read -p "Do you want to continue? (y/n): " answer @@ -22,6 +21,9 @@ echo "Powerwashing NixBook Lite..." cp /etc/nixbook/config/desktop_lite/* ~/Desktop/ cp -R /etc/nixbook/config/applications_lite ~/.local/share/applications + # Reload dconf config + dconf load / < ~/.config/dconf.txt + # Clear space and rebuild sudo nix-collect-garbage -d sudo nixos-rebuild boot --upgrade