add flakes, zen support, some fan speed tryes

This commit is contained in:
2025-11-15 08:00:50 +03:00
parent 66799e2c89
commit 7acc6b352f
8 changed files with 90 additions and 42 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ mkdir -p "$DEST_FOLDER"
cp -a "$SRC_FOLDER/." "$DEST_FOLDER/"
echo "Running home-manager switch..."
home-manager switch
home-manager switch --flake ~/.config/home-manager
echo "Done! Backup (if any) stored at $BACKUP_DIR"